Html Css Color HEX #1DCF10 Lime Green

📋 copy color: '#1DCF10'

red 29 ◦ green 207 ◦ blue 16

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

Shades of Lime Green #1DCF10

Tints of Lime Green #1DCF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 82.14%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 11.51%
G = 82.14%
B = 6.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#1DCF10 (or 0x1DCF10) is known color: Lime Green. HEX triplet: 1D, CF and 10. RGB value is (29,207,16). Sum of RGB (Red+Green+Blue) = 29+207+16=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF10 is #E230EF. Grayscale: #848484. Windows color (decimal): -14823664 or 1101597. OLE color: 1101597.

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

Color convert

RGB 29 207 16 -
CMYK 0.86 0 0.92 0.19
HSL 115.92º 0.86% 0.44% -
HSV(B) 115.92º 0.92% 0.81% -
XYZ 22.91 44.92 7.95 -
YUV 132 62.53 54.53 -
System Red Green Blue C M Y K H S L
Decimal 29 207 16 0.86 0 0.92 0.19 115.92 0.86 0.44
Hex 1D CF 10 56 0 5C 13 74 56 2C
Octal 35 317 20 126 0 134 23 164 126 54
Binary 11101 11001111 10000 1010110 0 1011100 10011 1110100 1010110 101100

Color Harmonies of #1DCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF10

Black with #1DCF10

Text Example


Text Example

White with #1DCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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