#1CD320

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

Shades of Lime Green #1CD320

Tints of Lime Green #1CD320

Color information

#1CD320 (or 0x1CD320) is unknown color: approx Lime Green. HEX triplet: 1C, D3 and 20. RGB value is (28,211,32). Sum of RGB (Red+Green+Blue) = 28+211+32=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD320 is #E32CDF. Grayscale: #888888. Windows color (decimal): -14888160 or 2151196. OLE color: 2151196.

HSL color Cylindrical-coordinate representation of color #1CD320: hue angle of 121.31º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD320 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB2821132-
CMYK0.8700.850.17
HSL121.31º76.57%46.86%-
HSV(B)121.31º86.73%82.75%-
XYZ24.0346.949.16-
YUV135.8869.3751.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 211 (82.81% from 255) = 77.86%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=10.33%
G=77.86%
B=11.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal28211320.8700.850.17121.3176.5746.86
Hex1CD3205705511794d2f
Octal343234012701252117111557
Binary11100110100111000001010111010101011000111110011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,211,32); }

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

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

 a { background-color: rgb(28,211,32); }

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

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

 span { border-color: rgb(28,211,32); }

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