#1dcd25

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

Shades of Lime Green #1DCD25

Tints of Lime Green #1DCD25

Color information

#1DCD25 (or 0x1DCD25) is unknown color: approx Lime Green. HEX triplet: 1D, CD and 25. RGB value is (29,205,37). Sum of RGB (Red+Green+Blue) = 29+205+37=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 205 (80.47% from 255 or 75.65% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD25 is #E232DA. Grayscale: #858585. Windows color (decimal): -14824155 or 2477341. OLE color: 2477341.

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

Color convert

RGB2920537-
CMYK0.8600.820.20
HSL122.73º75.21%45.88%-
HSV(B)122.73º85.85%80.39%-
XYZ22.6744.069.06-
YUV133.2273.6953.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 205 (80.47% from 255) = 75.65%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=10.70%
G=75.65%
B=13.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29205370.8600.820.20122.7375.2145.88
Hex1DCD2556052147b4b2e
Octal353154512601222417311356
Binary11101110011011001011010110010100101010011110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1dcd25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,205,37); }

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

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

 a { background-color: rgb(29,205,37); }

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

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

 span { border-color: rgb(29,205,37); }

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