Html Css Color HEX #2CEC1C Lime Green

📋 copy color: '#2CEC1C'

red 44 ◦ green 236 ◦ blue 28

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

Shades of Lime Green #2CEC1C

Tints of Lime Green #2CEC1C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 76.62%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 14.29%
G = 76.62%
B = 9.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#2CEC1C (or 0x2CEC1C) is known color: Lime Green. HEX triplet: 2C, EC and 1C. RGB value is (44,236,28). Sum of RGB (Red+Green+Blue) = 44+236+28=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC1C is #D313E3. Grayscale: #9B9B9B. Windows color (decimal): -13833188 or 1895468. OLE color: 1895468.

HSL color Cylindrical-coordinate representation of color #2CEC1C: hue angle of 115.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CEC1C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 236 28 -
CMYK 0.81 0 0.88 0.07
HSL 115.38º 0.85% 0.52% -
HSV(B) 115.38º 0.88% 0.93% -
XYZ 31.24 60.61 11.15 -
YUV 154.88 56.39 48.91 -
System Red Green Blue C M Y K H S L
Decimal 44 236 28 0.81 0 0.88 0.07 115.38 0.85 0.52
Hex 2C EC 1C 51 0 58 7 73 55 34
Octal 54 354 34 121 0 130 7 163 125 64
Binary 101100 11101100 11100 1010001 0 1011000 111 1110011 1010101 110100

Color Harmonies of #2CEC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC1C

Black with #2CEC1C

Text Example


Text Example

White with #2CEC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,236,28); }

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

background-color css

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

 a { background-color: rgb(44,236,28); }

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

border-color css

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

 span { border-color: rgb(44,236,28); }

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