Html Css Color HEX #1DDB2C Lime Green

📋 copy color: '#1DDB2C'

red 29 ◦ green 219 ◦ blue 44

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

Shades of Lime Green #1DDB2C

Tints of Lime Green #1DDB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 9.93%
G = 75%
B = 15.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#1DDB2C (or 0x1DDB2C) is known color: Lime Green. HEX triplet: 1D, DB and 2C. RGB value is (29,219,44). Sum of RGB (Red+Green+Blue) = 29+219+44=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB2C is #E224D3. Grayscale: #8E8E8E. Windows color (decimal): -14820564 or 2939677. OLE color: 2939677.

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

Color convert

RGB 29 219 44 -
CMYK 0.87 0 0.80 0.14
HSL 124.74º 0.77% 0.49% -
HSV(B) 124.74º 0.87% 0.86% -
XYZ 26.29 51.11 10.86 -
YUV 142.24 72.55 47.23 -
System Red Green Blue C M Y K H S L
Decimal 29 219 44 0.87 0 0.80 0.14 124.74 0.77 0.49
Hex 1D DB 2C 57 0 50 E 7D 4D 31
Octal 35 333 54 127 0 120 16 175 115 61
Binary 11101 11011011 101100 1010111 0 1010000 1110 1111101 1001101 110001

Color Harmonies of #1DDB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDB2C

Black with #1DDB2C

Text Example


Text Example

White with #1DDB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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