Html Css Color HEX #2CF124 Lime Green

📋 copy color: '#2CF124'

red 44 ◦ green 241 ◦ blue 36

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

Shades of Lime Green #2CF124

Tints of Lime Green #2CF124

RGB

 RED value IS 44 (17.58% from 255) = 13.71%

 GREEN value IS 241 (94.53% from 255) = 75.08%

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

R = 13.71%
G = 75.08%
B = 11.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2CF124 (or 0x2CF124) is known color: Lime Green. HEX triplet: 2C, F1 and 24. RGB value is (44,241,36). Sum of RGB (Red+Green+Blue) = 44+241+36=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF124 is #D30EDB. Grayscale: #9F9F9F. Windows color (decimal): -13831900 or 2421036. OLE color: 2421036.

HSL color Cylindrical-coordinate representation of color #2CF124: hue angle of 117.66º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CF124 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 241 36 -
CMYK 0.82 0 0.85 0.05
HSL 117.66º 0.88% 0.54% -
HSV(B) 117.66º 0.85% 0.95% -
XYZ 32.81 63.57 12.21 -
YUV 158.73 58.73 46.17 -
System Red Green Blue C M Y K H S L
Decimal 44 241 36 0.82 0 0.85 0.05 117.66 0.88 0.54
Hex 2C F1 24 52 0 55 5 76 58 36
Octal 54 361 44 122 0 125 5 166 130 66
Binary 101100 11110001 100100 1010010 0 1010101 101 1110110 1011000 110110

Color Harmonies of #2CF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF124

Black with #2CF124

Text Example


Text Example

White with #2CF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,241,36); }

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

background-color css

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

 a { background-color: rgb(44,241,36); }

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

border-color css

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

 span { border-color: rgb(44,241,36); }

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