Html Css Color HEX #2FE924 Lime Green

📋 copy color: '#2FE924'

red 47 ◦ green 233 ◦ blue 36

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

Shades of Lime Green #2FE924

Tints of Lime Green #2FE924

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.73%

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 14.87%
G = 73.73%
B = 11.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2FE924 (or 0x2FE924) is known color: Lime Green. HEX triplet: 2F, E9 and 24. RGB value is (47,233,36). Sum of RGB (Red+Green+Blue) = 47+233+36=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 233 (91.41% from 255 or 73.73% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE924 is #D016DB. Grayscale: #9B9B9B. Windows color (decimal): -13637340 or 2418991. OLE color: 2418991.

HSL color Cylindrical-coordinate representation of color #2FE924: hue angle of 116.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FE924 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 36 -
CMYK 0.80 0 0.85 0.09
HSL 116.65º 0.82% 0.53% -
HSV(B) 116.65º 0.85% 0.91% -
XYZ 30.63 59.01 11.44 -
YUV 154.93 60.88 51.02 -
System Red Green Blue C M Y K H S L
Decimal 47 233 36 0.80 0 0.85 0.09 116.65 0.82 0.53
Hex 2F E9 24 50 0 55 9 75 52 35
Octal 57 351 44 120 0 125 11 165 122 65
Binary 101111 11101001 100100 1010000 0 1010101 1001 1110101 1010010 110101

Color Harmonies of #2FE924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE924

Black with #2FE924

Text Example


Text Example

White with #2FE924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,36); }

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

background-color css

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

 a { background-color: rgb(47,233,36); }

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

border-color css

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

 span { border-color: rgb(47,233,36); }

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