Html Css Color HEX #2FFF39 Lime Green

📋 copy color: '#2FFF39'

red 47 ◦ green 255 ◦ blue 57

#2FFF39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2FFF39

Tints of Lime Green #2FFF39

RGB

 RED value IS 47 (18.75% from 255) = 13.09%

 GREEN value IS 255 (100% from 255) = 71.03%

 BLUE value IS 57 (22.66% from 255) = 15.88%

R = 13.09%
G = 71.03%
B = 15.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#2FFF39 (or 0x2FFF39) is known color: Lime Green. HEX triplet: 2F, FF and 39. RGB value is (47,255,57). Sum of RGB (Red+Green+Blue) = 47+255+57=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF39 is #D000C6. Grayscale: #AAAAAA. Windows color (decimal): -13631687 or 3800879. OLE color: 3800879.

HSL color Cylindrical-coordinate representation of color #2FFF39: hue angle of 122.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF39 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 57 -
CMYK 0.82 0 0.78 0
HSL 122.88º 1% 0.59% -
HSV(B) 122.88º 0.82% 1% -
XYZ 37.67 72.42 15.86 -
YUV 170.24 64.09 40.1 -
System Red Green Blue C M Y K H S L
Decimal 47 255 57 0.82 0 0.78 0 122.88 1 0.59
Hex 2F FF 39 52 0 4E 0 7B 64 3B
Octal 57 377 71 122 0 116 0 173 144 73
Binary 101111 11111111 111001 1010010 0 1001110 0 1111011 1100100 111011

Color Harmonies of #2FFF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF39

Black with #2FFF39

Text Example


Text Example

White with #2FFF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,57); }

 H1.HeaderClassName
 {
   color: #2FFF39;
 }
 .AnyTagClassName
 {
   color: #2FFF39;
 }
</style>

background-color css

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

 a { background-color: rgb(47,255,57); }

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

border-color css

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

 span { border-color: rgb(47,255,57); }

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