Html Css Color HEX #1DBF1E Lime Green

📋 copy color: '#1DBF1E'

red 29 ◦ green 191 ◦ blue 30

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

Shades of Lime Green #1DBF1E

Tints of Lime Green #1DBF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12%

R = 11.6%
G = 76.4%
B = 12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#1DBF1E (or 0x1DBF1E) is known color: Lime Green. HEX triplet: 1D, BF and 1E. RGB value is (29,191,30). Sum of RGB (Red+Green+Blue) = 29+191+30=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF1E is #E240E1. Grayscale: #7C7C7C. Windows color (decimal): -14827746 or 2015005. OLE color: 2015005.

HSL color Cylindrical-coordinate representation of color #1DBF1E: hue angle of 120.37º 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 #1DBF1E is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 191 30 -
CMYK 0.85 0 0.84 0.25
HSL 120.37º 0.74% 0.43% -
HSV(B) 120.37º 0.85% 0.75% -
XYZ 19.37 37.62 7.47 -
YUV 124.21 74.83 60.09 -
System Red Green Blue C M Y K H S L
Decimal 29 191 30 0.85 0 0.84 0.25 120.37 0.74 0.43
Hex 1D BF 1E 55 0 54 19 78 4A 2B
Octal 35 277 36 125 0 124 31 170 112 53
Binary 11101 10111111 11110 1010101 0 1010100 11001 1111000 1001010 101011

Color Harmonies of #1DBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF1E

Black with #1DBF1E

Text Example


Text Example

White with #1DBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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