Html Css Color HEX #2CEA20 Lime Green

📋 copy color: '#2CEA20'

red 44 ◦ green 234 ◦ blue 32

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

Shades of Lime Green #2CEA20

Tints of Lime Green #2CEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.48%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 14.19%
G = 75.48%
B = 10.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#2CEA20 (or 0x2CEA20) is known color: Lime Green. HEX triplet: 2C, EA and 20. RGB value is (44,234,32). Sum of RGB (Red+Green+Blue) = 44+234+32=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 234 (91.80% from 255 or 75.48% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA20 is #D315DF. Grayscale: #9A9A9A. Windows color (decimal): -13833696 or 2157100. OLE color: 2157100.

HSL color Cylindrical-coordinate representation of color #2CEA20: hue angle of 116.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CEA20 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 234 32 -
CMYK 0.81 0 0.86 0.08
HSL 116.44º 0.83% 0.52% -
HSV(B) 116.44º 0.86% 0.92% -
XYZ 30.72 59.49 11.23 -
YUV 154.16 59.05 49.43 -
System Red Green Blue C M Y K H S L
Decimal 44 234 32 0.81 0 0.86 0.08 116.44 0.83 0.52
Hex 2C EA 20 51 0 56 8 74 53 34
Octal 54 352 40 121 0 126 10 164 123 64
Binary 101100 11101010 100000 1010001 0 1010110 1000 1110100 1010011 110100

Color Harmonies of #2CEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEA20

Black with #2CEA20

Text Example


Text Example

White with #2CEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,234,32); }

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

background-color css

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

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

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

border-color css

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

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

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