#2FF42B

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

Shades of Lime Green #2FF42B

Tints of Lime Green #2FF42B

Color information

#2FF42B (or 0x2FF42B) is unknown color: approx Lime Green. HEX triplet: 2F, F4 and 2B. RGB value is (47,244,43). Sum of RGB (Red+Green+Blue) = 47+244+43=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF42B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF42B is #D00BD4. Grayscale: #A2A2A2. Windows color (decimal): -13634517 or 2880559. OLE color: 2880559.

HSL color Cylindrical-coordinate representation of color #2FF42B: hue angle of 118.81º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF42B is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB4724443-
CMYK0.8100.820.04
HSL118.81º90.13%56.27%-
HSV(B)118.81º82.38%95.69%-
XYZ33.9665.4813.13-
YUV162.1860.7345.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.07%
GREEN value IS 244 (95.70% from 255) = 73.05%
BLUE value IS 43 (17.19% from 255) = 12.87%
R=14.07%
G=73.05%
B=12.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal47244430.8100.820.04118.8190.1356.27
Hex2FF42B510524775a38
Octal57364531210122416713270
Binary1011111111010010101110100010101001010011101111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,244,43); }

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

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

 a { background-color: rgb(47,244,43); }

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

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

 span { border-color: rgb(47,244,43); }

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