#1DC920

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

Shades of Lime Green #1DC920

Tints of Lime Green #1DC920

Color information

#1DC920 (or 0x1DC920) is unknown color: approx Lime Green. HEX triplet: 1D, C9 and 20. RGB value is (29,201,32). Sum of RGB (Red+Green+Blue) = 29+201+32=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 201 (78.91% from 255 or 76.72% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC920 is #E236DF. Grayscale: #828282. Windows color (decimal): -14825184 or 2148637. OLE color: 2148637.

HSL color Cylindrical-coordinate representation of color #1DC920: hue angle of 121.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC920 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2920132-
CMYK0.8600.840.21
HSL121.05º74.78%45.1%-
HSV(B)121.05º85.57%78.82%-
XYZ21.6542.148.36-
YUV130.3172.5255.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 201 (78.91% from 255) = 76.72%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=11.07%
G=76.72%
B=12.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29201320.8600.840.21121.0574.7845.1
Hex1DC9205605415794b2d
Octal353114012601242517111355
Binary11101110010011000001010110010101001010111110011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,201,32); }

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

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

 a { background-color: rgb(29,201,32); }

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

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

 span { border-color: rgb(29,201,32); }

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