Html Css Color HEX #1DCD0F Lime Green

📋 copy color: '#1DCD0F'

red 29 ◦ green 205 ◦ blue 15

#1DCD0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1DCD0F

Tints of Lime Green #1DCD0F

RGB

 RED value IS 29 (11.72% from 255) = 11.65%

 GREEN value IS 205 (80.47% from 255) = 82.33%

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 11.65%
G = 82.33%
B = 6.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#1DCD0F (or 0x1DCD0F) is known color: Lime Green. HEX triplet: 1D, CD and 0F. RGB value is (29,205,15). Sum of RGB (Red+Green+Blue) = 29+205+15=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 205 (80.47% from 255 or 82.33% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD0F is #E232F0. Grayscale: #838383. Windows color (decimal): -14824177 or 1035549. OLE color: 1035549.

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

Color convert

RGB 29 205 15 -
CMYK 0.86 0 0.93 0.20
HSL 115.58º 0.86% 0.43% -
HSV(B) 115.58º 0.93% 0.8% -
XYZ 22.42 43.96 7.75 -
YUV 130.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 29 205 15 0.86 0 0.93 0.20 115.58 0.86 0.43
Hex 1D CD F 56 0 5D 14 74 56 2B
Octal 35 315 17 126 0 135 24 164 126 53
Binary 11101 11001101 1111 1010110 0 1011101 10100 1110100 1010110 101011

Color Harmonies of #1DCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD0F

Black with #1DCD0F

Text Example


Text Example

White with #1DCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DCD0F;
 }
 .AnyTagClassName
 {
   color: #1DCD0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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