Html Css Color HEX #1DBF19 Lime Green

📋 copy color: '#1DBF19'

red 29 ◦ green 191 ◦ blue 25

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

Shades of Lime Green #1DBF19

Tints of Lime Green #1DBF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 11.84%
G = 77.96%
B = 10.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#1DBF19 (or 0x1DBF19) is known color: Lime Green. HEX triplet: 1D, BF and 19. RGB value is (29,191,25). Sum of RGB (Red+Green+Blue) = 29+191+25=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBF19 is #E240E6. Grayscale: #7C7C7C. Windows color (decimal): -14827751 or 1687325. OLE color: 1687325.

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

Color convert

RGB 29 191 25 -
CMYK 0.85 0 0.87 0.25
HSL 118.55º 0.77% 0.42% -
HSV(B) 118.55º 0.87% 0.75% -
XYZ 19.31 37.59 7.16 -
YUV 123.64 72.33 60.5 -
System Red Green Blue C M Y K H S L
Decimal 29 191 25 0.85 0 0.87 0.25 118.55 0.77 0.42
Hex 1D BF 19 55 0 57 19 77 4D 2A
Octal 35 277 31 125 0 127 31 167 115 52
Binary 11101 10111111 11001 1010101 0 1010111 11001 1110111 1001101 101010

Color Harmonies of #1DBF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF19

Black with #1DBF19

Text Example


Text Example

White with #1DBF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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