Html Css Color HEX #2CEC3C Lime Green

📋 copy color: '#2CEC3C'

red 44 ◦ green 236 ◦ blue 60

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

Shades of Lime Green #2CEC3C

Tints of Lime Green #2CEC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 12.94%
G = 69.41%
B = 17.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#2CEC3C (or 0x2CEC3C) is known color: Lime Green. HEX triplet: 2C, EC and 3C. RGB value is (44,236,60). Sum of RGB (Red+Green+Blue) = 44+236+60=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 236 (92.58% from 255 or 69.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC3C is #D313C3. Grayscale: #9F9F9F. Windows color (decimal): -13833156 or 3992620. OLE color: 3992620.

HSL color Cylindrical-coordinate representation of color #2CEC3C: hue angle of 125º 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 #2CEC3C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 236 60 -
CMYK 0.81 0 0.75 0.07
HSL 125º 0.83% 0.55% -
HSV(B) 125º 0.81% 0.93% -
XYZ 31.85 60.85 14.34 -
YUV 158.53 72.39 46.31 -
System Red Green Blue C M Y K H S L
Decimal 44 236 60 0.81 0 0.75 0.07 125 0.83 0.55
Hex 2C EC 3C 51 0 4B 7 7D 53 37
Octal 54 354 74 121 0 113 7 175 123 67
Binary 101100 11101100 111100 1010001 0 1001011 111 1111101 1010011 110111

Color Harmonies of #2CEC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC3C

Black with #2CEC3C

Text Example


Text Example

White with #2CEC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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