Html Css Color HEX #1DBF2F Lime Green

📋 copy color: '#1DBF2F'

red 29 ◦ green 191 ◦ blue 47

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

Shades of Lime Green #1DBF2F

Tints of Lime Green #1DBF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 10.86%
G = 71.54%
B = 17.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#1DBF2F (or 0x1DBF2F) is known color: Lime Green. HEX triplet: 1D, BF and 2F. RGB value is (29,191,47). Sum of RGB (Red+Green+Blue) = 29+191+47=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF2F is #E240D0. Grayscale: #7E7E7E. Windows color (decimal): -14827729 or 3129117. OLE color: 3129117.

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

Color convert

RGB 29 191 47 -
CMYK 0.85 0 0.75 0.25
HSL 126.67º 0.74% 0.43% -
HSV(B) 126.67º 0.85% 0.75% -
XYZ 19.65 37.73 8.94 -
YUV 126.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 29 191 47 0.85 0 0.75 0.25 126.67 0.74 0.43
Hex 1D BF 2F 55 0 4B 19 7F 4A 2B
Octal 35 277 57 125 0 113 31 177 112 53
Binary 11101 10111111 101111 1010101 0 1001011 11001 1111111 1001010 101011

Color Harmonies of #1DBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF2F

Black with #1DBF2F

Text Example


Text Example

White with #1DBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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