Html Css Color HEX #1DBF11 Lime Green

📋 copy color: '#1DBF11'

red 29 ◦ green 191 ◦ blue 17

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

Shades of Lime Green #1DBF11

Tints of Lime Green #1DBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 12.24%
G = 80.59%
B = 7.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1DBF11 (or 0x1DBF11) is known color: Lime Green. HEX triplet: 1D, BF and 11. RGB value is (29,191,17). Sum of RGB (Red+Green+Blue) = 29+191+17=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 191 (75% from 255 or 80.59% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF11 is #E240EE. Grayscale: #7B7B7B. Windows color (decimal): -14827759 or 1163037. OLE color: 1163037.

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

Color convert

RGB 29 191 17 -
CMYK 0.85 0 0.91 0.25
HSL 115.86º 0.84% 0.41% -
HSV(B) 115.86º 0.91% 0.75% -
XYZ 19.24 37.56 6.77 -
YUV 122.73 68.33 61.15 -
System Red Green Blue C M Y K H S L
Decimal 29 191 17 0.85 0 0.91 0.25 115.86 0.84 0.41
Hex 1D BF 11 55 0 5B 19 74 54 29
Octal 35 277 21 125 0 133 31 164 124 51
Binary 11101 10111111 10001 1010101 0 1011011 11001 1110100 1010100 101001

Color Harmonies of #1DBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF11

Black with #1DBF11

Text Example


Text Example

White with #1DBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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