Html Css Color HEX #1DDF36 Lime Green

📋 copy color: '#1DDF36'

red 29 ◦ green 223 ◦ blue 54

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

Shades of Lime Green #1DDF36

Tints of Lime Green #1DDF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 9.48%
G = 72.88%
B = 17.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1DDF36 (or 0x1DDF36) is known color: Lime Green. HEX triplet: 1D, DF and 36. RGB value is (29,223,54). Sum of RGB (Red+Green+Blue) = 29+223+54=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDF36 is #E220C9. Grayscale: #929292. Windows color (decimal): -14819530 or 3596061. OLE color: 3596061.

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

Color convert

RGB 29 223 54 -
CMYK 0.87 0 0.76 0.13
HSL 127.73º 0.77% 0.49% -
HSV(B) 127.73º 0.87% 0.87% -
XYZ 27.56 53.3 12.33 -
YUV 145.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 29 223 54 0.87 0 0.76 0.13 127.73 0.77 0.49
Hex 1D DF 36 57 0 4C D 80 4D 31
Octal 35 337 66 127 0 114 15 200 115 61
Binary 11101 11011111 110110 1010111 0 1001100 1101 10000000 1001101 110001

Color Harmonies of #1DDF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDF36

Black with #1DDF36

Text Example


Text Example

White with #1DDF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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