Html Css Color HEX #2CE124 Lime Green

📋 copy color: '#2CE124'

red 44 ◦ green 225 ◦ blue 36

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

Shades of Lime Green #2CE124

Tints of Lime Green #2CE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.77%

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

R = 14.43%
G = 73.77%
B = 11.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#2CE124 (or 0x2CE124) is known color: Lime Green. HEX triplet: 2C, E1 and 24. RGB value is (44,225,36). Sum of RGB (Red+Green+Blue) = 44+225+36=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE124 is #D31EDB. Grayscale: #959595. Windows color (decimal): -13835996 or 2416940. OLE color: 2416940.

HSL color Cylindrical-coordinate representation of color #2CE124: hue angle of 117.46º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE124 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 36 -
CMYK 0.80 0 0.84 0.12
HSL 117.46º 0.76% 0.51% -
HSV(B) 117.46º 0.84% 0.88% -
XYZ 28.28 54.51 10.7 -
YUV 149.34 64.03 52.87 -
System Red Green Blue C M Y K H S L
Decimal 44 225 36 0.80 0 0.84 0.12 117.46 0.76 0.51
Hex 2C E1 24 50 0 54 C 75 4C 33
Octal 54 341 44 120 0 124 14 165 114 63
Binary 101100 11100001 100100 1010000 0 1010100 1100 1110101 1001100 110011

Color Harmonies of #2CE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE124

Black with #2CE124

Text Example


Text Example

White with #2CE124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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