#1CC019

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

Shades of Lime Green #1CC019

Tints of Lime Green #1CC019

Color information

#1CC019 (or 0x1CC019) is unknown color: approx Lime Green. HEX triplet: 1C, C0 and 19. RGB value is (28,192,25). Sum of RGB (Red+Green+Blue) = 28+192+25=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC019 is #E33FE6. Grayscale: #7C7C7C. Windows color (decimal): -14893031 or 1687580. OLE color: 1687580.

HSL color Cylindrical-coordinate representation of color #1CC019: hue angle of 118.92º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC019 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB2819225-
CMYK0.8500.870.25
HSL118.92º76.96%42.55%-
HSV(B)118.92º86.98%75.29%-
XYZ19.538.027.23-
YUV123.9372.1759.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 192 (75.39% from 255) = 78.37%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=11.43%
G=78.37%
B=10.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28192250.8500.870.25118.9276.9642.55
Hex1CC0195505719774d2b
Octal343003112501273116711553
Binary1110011000000110011010101010101111100111101111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC019; }

 p { color: rgb(28,192,25); }

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

<style>
 a { background-color: #1CC019; }

 a { background-color: rgb(28,192,25); }

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

<style>
 span { border-color: #1CC019; }

 span { border-color: rgb(28,192,25); }

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