#2CD619

Color #2CD619 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CD619

Tints of Lime Green #2CD619

Color information

#2CD619 (or 0x2CD619) is unknown color: approx Lime Green. HEX triplet: 2C, D6 and 19. RGB value is (44,214,25). Sum of RGB (Red+Green+Blue) = 44+214+25=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD619 is #D329E6. Grayscale: #8E8E8E. Windows color (decimal): -13838823 or 1693228. OLE color: 1693228.

HSL color Cylindrical-coordinate representation of color #2CD619: hue angle of 113.97º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CD619 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB4421425-
CMYK0.7900.880.16
HSL113.97º79.08%46.86%-
HSV(B)113.97º88.32%83.92%-
XYZ25.2648.78.99-
YUV141.6262.1858.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 214 (83.98% from 255) = 75.62%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=15.55%
G=75.62%
B=8.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44214250.7900.880.16113.9779.0846.86
Hex2CD6194F05810724f2f
Octal543263111701302016211757
Binary10110011010110110011001111010110001000011100101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CD619;
 }
 .AnyTagClassName
 {
   color: #2CD619;
 }
</style>
background-color css

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

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

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

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

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

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