Html Css Color HEX #2CEC2C Lime Green

📋 copy color: '#2CEC2C'

red 44 ◦ green 236 ◦ blue 44

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

Shades of Lime Green #2CEC2C

Tints of Lime Green #2CEC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 13.58%
G = 72.84%
B = 13.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#2CEC2C (or 0x2CEC2C) is known color: Lime Green. HEX triplet: 2C, EC and 2C. RGB value is (44,236,44). Sum of RGB (Red+Green+Blue) = 44+236+44=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC2C is #D313D3. Grayscale: #9D9D9D. Windows color (decimal): -13833172 or 2944044. OLE color: 2944044.

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

Color convert

RGB 44 236 44 -
CMYK 0.81 0 0.81 0.07
HSL 120º 0.83% 0.55% -
HSV(B) 120º 0.81% 0.93% -
XYZ 31.49 60.71 12.44 -
YUV 156.7 64.39 47.61 -
System Red Green Blue C M Y K H S L
Decimal 44 236 44 0.81 0 0.81 0.07 120 0.83 0.55
Hex 2C EC 2C 51 0 51 7 78 53 37
Octal 54 354 54 121 0 121 7 170 123 67
Binary 101100 11101100 101100 1010001 0 1010001 111 1111000 1010011 110111

Color Harmonies of #2CEC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC2C

Black with #2CEC2C

Text Example


Text Example

White with #2CEC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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