Html Css Color HEX #2CC619 Lime Green

📋 copy color: '#2CC619'

red 44 ◦ green 198 ◦ blue 25

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

Shades of Lime Green #2CC619

Tints of Lime Green #2CC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 74.16%

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

R = 16.48%
G = 74.16%
B = 9.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#2CC619 (or 0x2CC619) is known color: Lime Green. HEX triplet: 2C, C6 and 19. RGB value is (44,198,25). Sum of RGB (Red+Green+Blue) = 44+198+25=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 198 (77.73% from 255 or 74.16% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC619 is #D339E6. Grayscale: #848484. Windows color (decimal): -13842919 or 1689132. OLE color: 1689132.

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

Color convert

RGB 44 198 25 -
CMYK 0.78 0 0.87 0.22
HSL 113.41º 0.78% 0.44% -
HSV(B) 113.41º 0.87% 0.78% -
XYZ 21.41 40.99 7.7 -
YUV 132.23 67.48 65.07 -
System Red Green Blue C M Y K H S L
Decimal 44 198 25 0.78 0 0.87 0.22 113.41 0.78 0.44
Hex 2C C6 19 4E 0 57 16 71 4E 2C
Octal 54 306 31 116 0 127 26 161 116 54
Binary 101100 11000110 11001 1001110 0 1010111 10110 1110001 1001110 101100

Color Harmonies of #2CC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC619

Black with #2CC619

Text Example


Text Example

White with #2CC619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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