Html Css Color HEX #1DB325 Lime Green

📋 copy color: '#1DB325'

red 29 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #1DB325

Tints of Lime Green #1DB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.06%

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

R = 11.84%
G = 73.06%
B = 15.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#1DB325 (or 0x1DB325) is known color: Lime Green. HEX triplet: 1D, B3 and 25. RGB value is (29,179,37). Sum of RGB (Red+Green+Blue) = 29+179+37=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB325 is #E24CDA. Grayscale: #767676. Windows color (decimal): -14830811 or 2470685. OLE color: 2470685.

HSL color Cylindrical-coordinate representation of color #1DB325: hue angle of 123.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB325 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 179 37 -
CMYK 0.84 0 0.79 0.30
HSL 123.2º 0.72% 0.41% -
HSV(B) 123.2º 0.84% 0.7% -
XYZ 16.96 32.63 7.16 -
YUV 117.96 82.31 64.55 -
System Red Green Blue C M Y K H S L
Decimal 29 179 37 0.84 0 0.79 0.30 123.2 0.72 0.41
Hex 1D B3 25 54 0 4F 1E 7B 48 29
Octal 35 263 45 124 0 117 36 173 110 51
Binary 11101 10110011 100101 1010100 0 1001111 11110 1111011 1001000 101001

Color Harmonies of #1DB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB325

Black with #1DB325

Text Example


Text Example

White with #1DB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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