Html Css Color HEX #1DDF25 Lime Green

📋 copy color: '#1DDF25'

red 29 ◦ green 223 ◦ blue 37

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

Shades of Lime Green #1DDF25

Tints of Lime Green #1DDF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.16%

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

R = 10.03%
G = 77.16%
B = 12.8%

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

#1DDF25 (or 0x1DDF25) is known color: Lime Green. HEX triplet: 1D, DF and 25. RGB value is (29,223,37). Sum of RGB (Red+Green+Blue) = 29+223+37=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDF25 is #E220DA. Grayscale: #909090. Windows color (decimal): -14819547 or 2481949. OLE color: 2481949.

HSL color Cylindrical-coordinate representation of color #1DDF25: hue angle of 122.47º 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 #1DDF25 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 223 37 -
CMYK 0.87 0 0.83 0.13
HSL 122.47º 0.77% 0.49% -
HSV(B) 122.47º 0.87% 0.87% -
XYZ 27.23 53.17 10.58 -
YUV 143.79 67.73 46.12 -
System Red Green Blue C M Y K H S L
Decimal 29 223 37 0.87 0 0.83 0.13 122.47 0.77 0.49
Hex 1D DF 25 57 0 53 D 7A 4D 31
Octal 35 337 45 127 0 123 15 172 115 61
Binary 11101 11011111 100101 1010111 0 1010011 1101 1111010 1001101 110001

Color Harmonies of #1DDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDF25

Black with #1DDF25

Text Example


Text Example

White with #1DDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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