Html Css Color HEX #1DBF25 Lime Green

📋 copy color: '#1DBF25'

red 29 ◦ green 191 ◦ blue 37

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

Shades of Lime Green #1DBF25

Tints of Lime Green #1DBF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 11.28%
G = 74.32%
B = 14.4%

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

#1DBF25 (or 0x1DBF25) is known color: Lime Green. HEX triplet: 1D, BF and 25. RGB value is (29,191,37). Sum of RGB (Red+Green+Blue) = 29+191+37=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 191 (75% from 255 or 74.32% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF25 is #E240DA. Grayscale: #7D7D7D. Windows color (decimal): -14827739 or 2473757. OLE color: 2473757.

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

Color convert

RGB 29 191 37 -
CMYK 0.85 0 0.81 0.25
HSL 122.96º 0.74% 0.43% -
HSV(B) 122.96º 0.85% 0.75% -
XYZ 19.47 37.66 7.99 -
YUV 125.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 29 191 37 0.85 0 0.81 0.25 122.96 0.74 0.43
Hex 1D BF 25 55 0 51 19 7B 4A 2B
Octal 35 277 45 125 0 121 31 173 112 53
Binary 11101 10111111 100101 1010101 0 1010001 11001 1111011 1001010 101011

Color Harmonies of #1DBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF25

Black with #1DBF25

Text Example


Text Example

White with #1DBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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