Html Css Color HEX #2FF424 Lime Green

📋 copy color: '#2FF424'

red 47 ◦ green 244 ◦ blue 36

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

Shades of Lime Green #2FF424

Tints of Lime Green #2FF424

RGB

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

 GREEN value IS 244 (95.7% from 255) = 74.62%

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

R = 14.37%
G = 74.62%
B = 11.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#2FF424 (or 0x2FF424) is known color: Lime Green. HEX triplet: 2F, F4 and 24. RGB value is (47,244,36). Sum of RGB (Red+Green+Blue) = 47+244+36=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF424 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF424 is #D00BDB. Grayscale: #A2A2A2. Windows color (decimal): -13634524 or 2421807. OLE color: 2421807.

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

Color convert

RGB 47 244 36 -
CMYK 0.81 0 0.85 0.04
HSL 116.83º 0.9% 0.55% -
HSV(B) 116.83º 0.85% 0.96% -
XYZ 33.84 65.43 12.52 -
YUV 161.39 57.23 46.41 -
System Red Green Blue C M Y K H S L
Decimal 47 244 36 0.81 0 0.85 0.04 116.83 0.9 0.55
Hex 2F F4 24 51 0 55 4 75 5A 37
Octal 57 364 44 121 0 125 4 165 132 67
Binary 101111 11110100 100100 1010001 0 1010101 100 1110101 1011010 110111

Color Harmonies of #2FF424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF424

Black with #2FF424

Text Example


Text Example

White with #2FF424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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