Html Css Color HEX #1DBF17 Lime Green

📋 copy color: '#1DBF17'

red 29 ◦ green 191 ◦ blue 23

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

Shades of Lime Green #1DBF17

Tints of Lime Green #1DBF17

RGB

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

 GREEN value IS 191 (75% from 255) = 78.6%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 11.93%
G = 78.6%
B = 9.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#1DBF17 (or 0x1DBF17) is known color: Lime Green. HEX triplet: 1D, BF and 17. RGB value is (29,191,23). Sum of RGB (Red+Green+Blue) = 29+191+23=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF17 is #E240E8. Grayscale: #7B7B7B. Windows color (decimal): -14827753 or 1556253. OLE color: 1556253.

HSL color Cylindrical-coordinate representation of color #1DBF17: hue angle of 117.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBF17 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 191 23 -
CMYK 0.85 0 0.88 0.25
HSL 117.86º 0.79% 0.42% -
HSV(B) 117.86º 0.88% 0.75% -
XYZ 19.29 37.58 7.05 -
YUV 123.41 71.33 60.66 -
System Red Green Blue C M Y K H S L
Decimal 29 191 23 0.85 0 0.88 0.25 117.86 0.79 0.42
Hex 1D BF 17 55 0 58 19 76 4F 2A
Octal 35 277 27 125 0 130 31 166 117 52
Binary 11101 10111111 10111 1010101 0 1011000 11001 1110110 1001111 101010

Color Harmonies of #1DBF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF17

Black with #1DBF17

Text Example


Text Example

White with #1DBF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,191,23); }

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

background-color css

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

 a { background-color: rgb(29,191,23); }

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

border-color css

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

 span { border-color: rgb(29,191,23); }

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