Html Css Color HEX #1DDD25 Lime Green

📋 copy color: '#1DDD25'

red 29 ◦ green 221 ◦ blue 37

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

Shades of Lime Green #1DDD25

Tints of Lime Green #1DDD25

RGB

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

 GREEN value IS 221 (86.72% from 255) = 77%

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

R = 10.1%
G = 77%
B = 12.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1DDD25 (or 0x1DDD25) is known color: Lime Green. HEX triplet: 1D, DD and 25. RGB value is (29,221,37). Sum of RGB (Red+Green+Blue) = 29+221+37=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD25 is #E222DA. Grayscale: #8F8F8F. Windows color (decimal): -14820059 or 2481437. OLE color: 2481437.

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

Color convert

RGB 29 221 37 -
CMYK 0.87 0 0.83 0.13
HSL 122.5º 0.77% 0.49% -
HSV(B) 122.5º 0.87% 0.87% -
XYZ 26.7 52.11 10.4 -
YUV 142.62 68.39 46.96 -
System Red Green Blue C M Y K H S L
Decimal 29 221 37 0.87 0 0.83 0.13 122.5 0.77 0.49
Hex 1D DD 25 57 0 53 D 7B 4D 31
Octal 35 335 45 127 0 123 15 173 115 61
Binary 11101 11011101 100101 1010111 0 1010011 1101 1111011 1001101 110001

Color Harmonies of #1DDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD25

Black with #1DDD25

Text Example


Text Example

White with #1DDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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