Html Css Color HEX #1DDF28 Lime Green

📋 copy color: '#1DDF28'

red 29 ◦ green 223 ◦ blue 40

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

Shades of Lime Green #1DDF28

Tints of Lime Green #1DDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 9.93%
G = 76.37%
B = 13.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#1DDF28 (or 0x1DDF28) is known color: Lime Green. HEX triplet: 1D, DF and 28. RGB value is (29,223,40). Sum of RGB (Red+Green+Blue) = 29+223+40=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDF28 is #E220D7. Grayscale: #909090. Windows color (decimal): -14819544 or 2678557. OLE color: 2678557.

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

Color convert

RGB 29 223 40 -
CMYK 0.87 0 0.82 0.13
HSL 123.4º 0.77% 0.49% -
HSV(B) 123.4º 0.87% 0.87% -
XYZ 27.28 53.19 10.84 -
YUV 144.13 69.23 45.88 -
System Red Green Blue C M Y K H S L
Decimal 29 223 40 0.87 0 0.82 0.13 123.4 0.77 0.49
Hex 1D DF 28 57 0 52 D 7B 4D 31
Octal 35 337 50 127 0 122 15 173 115 61
Binary 11101 11011111 101000 1010111 0 1010010 1101 1111011 1001101 110001

Color Harmonies of #1DDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDF28

Black with #1DDF28

Text Example


Text Example

White with #1DDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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