Html Css Color HEX #2FD24A Lime Green

📋 copy color: '#2FD24A'

red 47 ◦ green 210 ◦ blue 74

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

Shades of Lime Green #2FD24A

Tints of Lime Green #2FD24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.44%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 14.2%
G = 63.44%
B = 22.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#2FD24A (or 0x2FD24A) is known color: Lime Green. HEX triplet: 2F, D2 and 4A. RGB value is (47,210,74). Sum of RGB (Red+Green+Blue) = 47+210+74=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD24A is #D02DB5. Grayscale: #929292. Windows color (decimal): -13643190 or 4903471. OLE color: 4903471.

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

Color convert

RGB 47 210 74 -
CMYK 0.78 0 0.65 0.18
HSL 129.94º 0.64% 0.5% -
HSV(B) 129.94º 0.78% 0.82% -
XYZ 25.45 47.19 14.25 -
YUV 145.76 87.5 57.56 -
System Red Green Blue C M Y K H S L
Decimal 47 210 74 0.78 0 0.65 0.18 129.94 0.64 0.5
Hex 2F D2 4A 4E 0 41 12 82 40 32
Octal 57 322 112 116 0 101 22 202 100 62
Binary 101111 11010010 1001010 1001110 0 1000001 10010 10000010 1000000 110010

Color Harmonies of #2FD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD24A

Black with #2FD24A

Text Example


Text Example

White with #2FD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,210,74); }

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

background-color css

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

 a { background-color: rgb(47,210,74); }

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

border-color css

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

 span { border-color: rgb(47,210,74); }

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