Html Css Color HEX #1DC20F Lime Green

📋 copy color: '#1DC20F'

red 29 ◦ green 194 ◦ blue 15

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

Shades of Lime Green #1DC20F

Tints of Lime Green #1DC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 81.51%

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

R = 12.18%
G = 81.51%
B = 6.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1DC20F (or 0x1DC20F) is known color: Lime Green. HEX triplet: 1D, C2 and 0F. RGB value is (29,194,15). Sum of RGB (Red+Green+Blue) = 29+194+15=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC20F is #E23DF0. Grayscale: #7C7C7C. Windows color (decimal): -14826993 or 1032733. OLE color: 1032733.

HSL color Cylindrical-coordinate representation of color #1DC20F: hue angle of 115.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DC20F is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 194 15 -
CMYK 0.85 0 0.92 0.24
HSL 115.31º 0.86% 0.41% -
HSV(B) 115.31º 0.92% 0.76% -
XYZ 19.88 38.88 6.91 -
YUV 124.26 66.34 60.05 -
System Red Green Blue C M Y K H S L
Decimal 29 194 15 0.85 0 0.92 0.24 115.31 0.86 0.41
Hex 1D C2 F 55 0 5C 18 73 56 29
Octal 35 302 17 125 0 134 30 163 126 51
Binary 11101 11000010 1111 1010101 0 1011100 11000 1110011 1010110 101001

Color Harmonies of #1DC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC20F

Black with #1DC20F

Text Example


Text Example

White with #1DC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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