Html Css Color HEX #2CE118 Lime Green

📋 copy color: '#2CE118'

red 44 ◦ green 225 ◦ blue 24

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

Shades of Lime Green #2CE118

Tints of Lime Green #2CE118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 15.02%
G = 76.79%
B = 8.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2CE118 (or 0x2CE118) is known color: Lime Green. HEX triplet: 2C, E1 and 18. RGB value is (44,225,24). Sum of RGB (Red+Green+Blue) = 44+225+24=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE118 is #D31EE7. Grayscale: #949494. Windows color (decimal): -13836008 or 1630508. OLE color: 1630508.

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

Color convert

RGB 44 225 24 -
CMYK 0.80 0 0.89 0.12
HSL 114.03º 0.81% 0.49% -
HSV(B) 114.03º 0.89% 0.88% -
XYZ 28.13 54.45 9.89 -
YUV 147.97 58.03 53.84 -
System Red Green Blue C M Y K H S L
Decimal 44 225 24 0.80 0 0.89 0.12 114.03 0.81 0.49
Hex 2C E1 18 50 0 59 C 72 51 31
Octal 54 341 30 120 0 131 14 162 121 61
Binary 101100 11100001 11000 1010000 0 1011001 1100 1110010 1010001 110001

Color Harmonies of #2CE118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE118

Black with #2CE118

Text Example


Text Example

White with #2CE118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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