Html Css Color HEX #2FE04C Lime Green

📋 copy color: '#2FE04C'

red 47 ◦ green 224 ◦ blue 76

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

Shades of Lime Green #2FE04C

Tints of Lime Green #2FE04C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.55%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 13.54%
G = 64.55%
B = 21.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#2FE04C (or 0x2FE04C) is known color: Lime Green. HEX triplet: 2F, E0 and 4C. RGB value is (47,224,76). Sum of RGB (Red+Green+Blue) = 47+224+76=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE04C is #D01FB3. Grayscale: #9A9A9A. Windows color (decimal): -13639604 or 5038127. OLE color: 5038127.

HSL color Cylindrical-coordinate representation of color #2FE04C: hue angle of 129.83º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE04C is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 76 -
CMYK 0.79 0 0.66 0.12
HSL 129.83º 0.74% 0.53% -
HSV(B) 129.83º 0.79% 0.88% -
XYZ 29.13 54.44 15.81 -
YUV 154.21 83.86 51.53 -
System Red Green Blue C M Y K H S L
Decimal 47 224 76 0.79 0 0.66 0.12 129.83 0.74 0.53
Hex 2F E0 4C 4F 0 42 C 82 4A 35
Octal 57 340 114 117 0 102 14 202 112 65
Binary 101111 11100000 1001100 1001111 0 1000010 1100 10000010 1001010 110101

Color Harmonies of #2FE04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE04C

Black with #2FE04C

Text Example


Text Example

White with #2FE04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,224,76); }

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

background-color css

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

 a { background-color: rgb(47,224,76); }

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

border-color css

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

 span { border-color: rgb(47,224,76); }

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