#1CB919

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

Shades of Lime Green #1CB919

Tints of Lime Green #1CB919

Color information

#1CB919 (or 0x1CB919) is unknown color: approx Lime Green. HEX triplet: 1C, B9 and 19. RGB value is (28,185,25). Sum of RGB (Red+Green+Blue) = 28+185+25=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 185 (72.66% from 255 or 77.73% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB919 is #E346E6. Grayscale: #787878. Windows color (decimal): -14894823 or 1685788. OLE color: 1685788.

HSL color Cylindrical-coordinate representation of color #1CB919: hue angle of 118.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB919 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB2818525-
CMYK0.8500.860.27
HSL118.88º76.19%41.18%-
HSV(B)118.88º86.49%72.55%-
XYZ1835.016.73-
YUV119.8274.4962.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 185 (72.66% from 255) = 77.73%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=11.76%
G=77.73%
B=10.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28185250.8500.860.27118.8876.1941.18
Hex1CB919550561B774c29
Octal342713112501263316711451
Binary1110010111001110011010101010101101101111101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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