#1CB72E

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

Shades of Lime Green #1CB72E

Tints of Lime Green #1CB72E

Color information

#1CB72E (or 0x1CB72E) is unknown color: approx Lime Green. HEX triplet: 1C, B7 and 2E. RGB value is (28,183,46). Sum of RGB (Red+Green+Blue) = 28+183+46=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB72E is #E348D1. Grayscale: #797979. Windows color (decimal): -14895314 or 3061532. OLE color: 3061532.

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

Color convert

RGB2818346-
CMYK0.8500.750.28
HSL126.97º73.46%41.37%-
HSV(B)126.97º84.7%71.76%-
XYZ17.9134.318.26-
YUV121.0485.6561.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 183 (71.88% from 255) = 71.21%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=10.89%
G=71.21%
B=17.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28183460.8500.750.28126.9773.4641.37
Hex1CB72E5504B1C7f4929
Octal342675612501133417711151
Binary11100101101111011101010101010010111110011111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,183,46); }

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

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

 a { background-color: rgb(28,183,46); }

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

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

 span { border-color: rgb(28,183,46); }

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