#2FBE2A

Color #2FBE2A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2FBE2A

Tints of Lime Green #2FBE2A

Color information

#2FBE2A (or 0x2FBE2A) is unknown color: approx Lime Green. HEX triplet: 2F, BE and 2A. RGB value is (47,190,42). Sum of RGB (Red+Green+Blue) = 47+190+42=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 190 (74.61% from 255 or 68.10% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE2A is #D041D5. Grayscale: #828282. Windows color (decimal): -13648342 or 2801199. OLE color: 2801199.

HSL color Cylindrical-coordinate representation of color #2FBE2A: hue angle of 117.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBE2A is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB4719042-
CMYK0.7500.780.25
HSL117.97º63.79%45.49%-
HSV(B)117.97º77.89%74.51%-
XYZ2037.68.39-
YUV130.3778.1268.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 190 (74.61% from 255) = 68.10%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=16.85%
G=68.10%
B=15.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47190420.7500.780.25117.9763.7945.49
Hex2FBE2A4B04E1976402d
Octal572765211301163116610055
Binary101111101111101010101001011010011101100111101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FBE2A; }

 p { color: rgb(47,190,42); }

 H1.HeaderClassName
 {
   color: #2FBE2A;
 }
 .AnyTagClassName
 {
   color: #2FBE2A;
 }
</style>
background-color css

<style>
 a { background-color: #2FBE2A; }

 a { background-color: rgb(47,190,42); }

 div.DivClassName
 {
   background-color: #2FBE2A;
 }
 .BgClassName
 {
   background-color: #2FBE2A;
 }
</style>
border-color css

<style>
 span { border-color: #2FBE2A; }

 span { border-color: rgb(47,190,42); }

 td.TdClassName
 {
   border-color: #2FBE2A;
 }
 .TagClassName
 {
   border-color: #2FBE2A;
 }
</style>