#1DCF3C

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

Shades of Lime Green #1DCF3C

Tints of Lime Green #1DCF3C

Color information

#1DCF3C (or 0x1DCF3C) is unknown color: approx Lime Green. HEX triplet: 1D, CF and 3C. RGB value is (29,207,60). Sum of RGB (Red+Green+Blue) = 29+207+60=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF3C is #E230C3. Grayscale: #898989. Windows color (decimal): -14823620 or 3985181. OLE color: 3985181.

HSL color Cylindrical-coordinate representation of color #1DCF3C: hue angle of 130.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCF3C is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2920760-
CMYK0.8600.710.19
HSL130.45º75.42%46.27%-
HSV(B)130.45º85.99%81.18%-
XYZ23.6445.2111.76-
YUV137.0284.5350.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.80%
GREEN value IS 207 (81.25% from 255) = 69.93%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=9.80%
G=69.93%
B=20.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29207600.8600.710.19130.4575.4246.27
Hex1DCF3C5604713824b2e
Octal353177412601072320211356
Binary111011100111111110010101100100011110011100000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,207,60); }

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

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

 a { background-color: rgb(29,207,60); }

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

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

 span { border-color: rgb(29,207,60); }

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