Html Css Color HEX #1DB91F Lime Green

📋 copy color: '#1DB91F'

red 29 ◦ green 185 ◦ blue 31

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

Shades of Lime Green #1DB91F

Tints of Lime Green #1DB91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.51%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 11.84%
G = 75.51%
B = 12.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#1DB91F (or 0x1DB91F) is known color: Lime Green. HEX triplet: 1D, B9 and 1F. RGB value is (29,185,31). Sum of RGB (Red+Green+Blue) = 29+185+31=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB91F is #E246E0. Grayscale: #797979. Windows color (decimal): -14829281 or 2079005. OLE color: 2079005.

HSL color Cylindrical-coordinate representation of color #1DB91F: hue angle of 120.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB91F is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 31 -
CMYK 0.84 0 0.83 0.27
HSL 120.77º 0.73% 0.42% -
HSV(B) 120.77º 0.84% 0.73% -
XYZ 18.1 35.06 7.11 -
YUV 120.8 77.32 62.52 -
System Red Green Blue C M Y K H S L
Decimal 29 185 31 0.84 0 0.83 0.27 120.77 0.73 0.42
Hex 1D B9 1F 54 0 53 1B 79 49 2A
Octal 35 271 37 124 0 123 33 171 111 52
Binary 11101 10111001 11111 1010100 0 1010011 11011 1111001 1001001 101010

Color Harmonies of #1DB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB91F

Black with #1DB91F

Text Example


Text Example

White with #1DB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,31); }

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

background-color css

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

 a { background-color: rgb(29,185,31); }

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

border-color css

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

 span { border-color: rgb(29,185,31); }

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