#1CB419

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

Shades of Lime Green #1CB419

Tints of Lime Green #1CB419

Color information

#1CB419 (or 0x1CB419) is unknown color: approx Lime Green. HEX triplet: 1C, B4 and 19. RGB value is (28,180,25). Sum of RGB (Red+Green+Blue) = 28+180+25=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB419 is #E34BE6. Grayscale: #757575. Windows color (decimal): -14896103 or 1684508. OLE color: 1684508.

HSL color Cylindrical-coordinate representation of color #1CB419: hue angle of 118.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB419 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB2818025-
CMYK0.8400.860.29
HSL118.84º75.61%40.2%-
HSV(B)118.84º86.11%70.59%-
XYZ16.9832.966.39-
YUV116.8876.1464.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 180 (70.70% from 255) = 77.25%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=12.02%
G=77.25%
B=10.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28180250.8400.860.29118.8475.6140.2
Hex1CB419540561D774c28
Octal342643112401263516711450
Binary1110010110100110011010100010101101110111101111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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