Html Css Color HEX #1DBF24 Lime Green

📋 copy color: '#1DBF24'

red 29 ◦ green 191 ◦ blue 36

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

Shades of Lime Green #1DBF24

Tints of Lime Green #1DBF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 11.33%
G = 74.61%
B = 14.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#1DBF24 (or 0x1DBF24) is known color: Lime Green. HEX triplet: 1D, BF and 24. RGB value is (29,191,36). Sum of RGB (Red+Green+Blue) = 29+191+36=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF24 is #E240DB. Grayscale: #7D7D7D. Windows color (decimal): -14827740 or 2408221. OLE color: 2408221.

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

Color convert

RGB 29 191 36 -
CMYK 0.85 0 0.81 0.25
HSL 122.59º 0.74% 0.43% -
HSV(B) 122.59º 0.85% 0.75% -
XYZ 19.46 37.65 7.91 -
YUV 124.89 77.83 59.6 -
System Red Green Blue C M Y K H S L
Decimal 29 191 36 0.85 0 0.81 0.25 122.59 0.74 0.43
Hex 1D BF 24 55 0 51 19 7B 4A 2B
Octal 35 277 44 125 0 121 31 173 112 53
Binary 11101 10111111 100100 1010101 0 1010001 11001 1111011 1001010 101011

Color Harmonies of #1DBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF24

Black with #1DBF24

Text Example


Text Example

White with #1DBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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