Html Css Color HEX #2CE011 Lime Green

📋 copy color: '#2CE011'

red 44 ◦ green 224 ◦ blue 17

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

Shades of Lime Green #2CE011

Tints of Lime Green #2CE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.6%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 15.44%
G = 78.6%
B = 5.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#2CE011 (or 0x2CE011) is known color: Lime Green. HEX triplet: 2C, E0 and 11. RGB value is (44,224,17). Sum of RGB (Red+Green+Blue) = 44+224+17=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE011 is #D31FEE. Grayscale: #939393. Windows color (decimal): -13836271 or 1171500. OLE color: 1171500.

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

Color convert

RGB 44 224 17 -
CMYK 0.80 0 0.92 0.12
HSL 112.17º 0.86% 0.47% -
HSV(B) 112.17º 0.92% 0.88% -
XYZ 27.8 53.89 9.47 -
YUV 146.58 54.87 54.83 -
System Red Green Blue C M Y K H S L
Decimal 44 224 17 0.80 0 0.92 0.12 112.17 0.86 0.47
Hex 2C E0 11 50 0 5C C 70 56 2F
Octal 54 340 21 120 0 134 14 160 126 57
Binary 101100 11100000 10001 1010000 0 1011100 1100 1110000 1010110 101111

Color Harmonies of #2CE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE011

Black with #2CE011

Text Example


Text Example

White with #2CE011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,17); }

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

background-color css

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

 a { background-color: rgb(44,224,17); }

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

border-color css

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

 span { border-color: rgb(44,224,17); }

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