Html Css Color HEX #1DDB25 Lime Green

📋 copy color: '#1DDB25'

red 29 ◦ green 219 ◦ blue 37

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

Shades of Lime Green #1DDB25

Tints of Lime Green #1DDB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.84%

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

R = 10.18%
G = 76.84%
B = 12.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#1DDB25 (or 0x1DDB25) is known color: Lime Green. HEX triplet: 1D, DB and 25. RGB value is (29,219,37). Sum of RGB (Red+Green+Blue) = 29+219+37=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 219 (85.94% from 255 or 76.84% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB25 is #E224DA. Grayscale: #8D8D8D. Windows color (decimal): -14820571 or 2480925. OLE color: 2480925.

HSL color Cylindrical-coordinate representation of color #1DDB25: hue angle of 122.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDB25 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 219 37 -
CMYK 0.87 0 0.83 0.14
HSL 122.53º 0.77% 0.49% -
HSV(B) 122.53º 0.87% 0.86% -
XYZ 26.17 51.06 10.23 -
YUV 141.44 69.05 47.8 -
System Red Green Blue C M Y K H S L
Decimal 29 219 37 0.87 0 0.83 0.14 122.53 0.77 0.49
Hex 1D DB 25 57 0 53 E 7B 4D 31
Octal 35 333 45 127 0 123 16 173 115 61
Binary 11101 11011011 100101 1010111 0 1010011 1110 1111011 1001101 110001

Color Harmonies of #1DDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDB25

Black with #1DDB25

Text Example


Text Example

White with #1DDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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