#1CD015

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

Shades of Lime Green #1CD015

Tints of Lime Green #1CD015

Color information

#1CD015 (or 0x1CD015) is unknown color: approx Lime Green. HEX triplet: 1C, D0 and 15. RGB value is (28,208,21). Sum of RGB (Red+Green+Blue) = 28+208+21=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD015 is #E32FEA. Grayscale: #858585. Windows color (decimal): -14888939 or 1429532. OLE color: 1429532.

HSL color Cylindrical-coordinate representation of color #1CD015: hue angle of 117.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CD015 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB2820821-
CMYK0.8700.900.18
HSL117.75º81.66%44.9%-
HSV(B)117.75º89.9%81.57%-
XYZ23.1745.418.25-
YUV132.8664.8753.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 208 (81.64% from 255) = 80.93%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=10.89%
G=80.93%
B=8.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28208210.8700.900.18117.7581.6644.9
Hex1CD0155705A1276522d
Octal343202512701322216612255
Binary1110011010000101011010111010110101001011101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,208,21); }

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

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

 a { background-color: rgb(28,208,21); }

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

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

 span { border-color: rgb(28,208,21); }

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