Html Css Color HEX #2CEA49 Lime Green

📋 copy color: '#2CEA49'

red 44 ◦ green 234 ◦ blue 73

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

Shades of Lime Green #2CEA49

Tints of Lime Green #2CEA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 12.54%
G = 66.67%
B = 20.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#2CEA49 (or 0x2CEA49) is known color: Lime Green. HEX triplet: 2C, EA and 49. RGB value is (44,234,73). Sum of RGB (Red+Green+Blue) = 44+234+73=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA49 is #D315B6. Grayscale: #9F9F9F. Windows color (decimal): -13833655 or 4844076. OLE color: 4844076.

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

Color convert

RGB 44 234 73 -
CMYK 0.81 0 0.69 0.08
HSL 129.16º 0.82% 0.55% -
HSV(B) 129.16º 0.81% 0.92% -
XYZ 31.66 59.86 16.19 -
YUV 158.84 79.55 46.09 -
System Red Green Blue C M Y K H S L
Decimal 44 234 73 0.81 0 0.69 0.08 129.16 0.82 0.55
Hex 2C EA 49 51 0 45 8 81 52 37
Octal 54 352 111 121 0 105 10 201 122 67
Binary 101100 11101010 1001001 1010001 0 1000101 1000 10000001 1010010 110111

Color Harmonies of #2CEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEA49

Black with #2CEA49

Text Example


Text Example

White with #2CEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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