Html Css Color HEX #2CC819 Lime Green

📋 copy color: '#2CC819'

red 44 ◦ green 200 ◦ blue 25

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

Shades of Lime Green #2CC819

Tints of Lime Green #2CC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.35%

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

R = 16.36%
G = 74.35%
B = 9.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#2CC819 (or 0x2CC819) is known color: Lime Green. HEX triplet: 2C, C8 and 19. RGB value is (44,200,25). Sum of RGB (Red+Green+Blue) = 44+200+25=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC819 is #D337E6. Grayscale: #858585. Windows color (decimal): -13842407 or 1689644. OLE color: 1689644.

HSL color Cylindrical-coordinate representation of color #2CC819: hue angle of 113.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CC819 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 200 25 -
CMYK 0.78 0 0.88 0.22
HSL 113.49º 0.78% 0.44% -
HSV(B) 113.49º 0.88% 0.78% -
XYZ 21.87 41.91 7.86 -
YUV 133.41 66.82 64.23 -
System Red Green Blue C M Y K H S L
Decimal 44 200 25 0.78 0 0.88 0.22 113.49 0.78 0.44
Hex 2C C8 19 4E 0 58 16 71 4E 2C
Octal 54 310 31 116 0 130 26 161 116 54
Binary 101100 11001000 11001 1001110 0 1011000 10110 1110001 1001110 101100

Color Harmonies of #2CC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC819

Black with #2CC819

Text Example


Text Example

White with #2CC819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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