Html Css Color HEX #2CEA19 Lime Green

📋 copy color: '#2CEA19'

red 44 ◦ green 234 ◦ blue 25

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

Shades of Lime Green #2CEA19

Tints of Lime Green #2CEA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 14.52%
G = 77.23%
B = 8.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#2CEA19 (or 0x2CEA19) is known color: Lime Green. HEX triplet: 2C, EA and 19. RGB value is (44,234,25). Sum of RGB (Red+Green+Blue) = 44+234+25=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 234 (91.80% from 255 or 77.23% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CEA19 is #D315E6. Grayscale: #9A9A9A. Windows color (decimal): -13833703 or 1698348. OLE color: 1698348.

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

Color convert

RGB 44 234 25 -
CMYK 0.81 0 0.89 0.08
HSL 114.55º 0.83% 0.51% -
HSV(B) 114.55º 0.89% 0.92% -
XYZ 30.64 59.45 10.78 -
YUV 153.36 55.55 49.99 -
System Red Green Blue C M Y K H S L
Decimal 44 234 25 0.81 0 0.89 0.08 114.55 0.83 0.51
Hex 2C EA 19 51 0 59 8 73 53 33
Octal 54 352 31 121 0 131 10 163 123 63
Binary 101100 11101010 11001 1010001 0 1011001 1000 1110011 1010011 110011

Color Harmonies of #2CEA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEA19

Black with #2CEA19

Text Example


Text Example

White with #2CEA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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