#1cb62c

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

Shades of Lime Green #1CB62C

Tints of Lime Green #1CB62C

Color information

#1CB62C (or 0x1CB62C) is unknown color: approx Lime Green. HEX triplet: 1C, B6 and 2C. RGB value is (28,182,44). Sum of RGB (Red+Green+Blue) = 28+182+44=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB62C is #E349D3. Grayscale: #787878. Windows color (decimal): -14895572 or 2930204. OLE color: 2930204.

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

Color convert

RGB2818244-
CMYK0.8500.760.29
HSL126.23º73.33%41.18%-
HSV(B)126.23º84.62%71.37%-
XYZ17.6633.887.99-
YUV120.2284.9862.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 182 (71.48% from 255) = 71.65%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=11.02%
G=71.65%
B=17.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28182440.8500.760.29126.2373.3341.18
Hex1CB62C5504C1D7e4929
Octal342665412501143517611151
Binary11100101101101011001010101010011001110111111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb62c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,182,44); }

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

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

 a { background-color: rgb(28,182,44); }

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

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

 span { border-color: rgb(28,182,44); }

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