Html Css Color HEX #1DD02C Lime Green

📋 copy color: '#1DD02C'

red 29 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #1DD02C

Tints of Lime Green #1DD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 74.02%

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

R = 10.32%
G = 74.02%
B = 15.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#1DD02C (or 0x1DD02C) is known color: Lime Green. HEX triplet: 1D, D0 and 2C. RGB value is (29,208,44). Sum of RGB (Red+Green+Blue) = 29+208+44=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD02C is #E22FD3. Grayscale: #888888. Windows color (decimal): -14823380 or 2936861. OLE color: 2936861.

HSL color Cylindrical-coordinate representation of color #1DD02C: hue angle of 125.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD02C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 208 44 -
CMYK 0.86 0 0.79 0.18
HSL 125.03º 0.76% 0.46% -
HSV(B) 125.03º 0.86% 0.82% -
XYZ 23.52 45.55 9.94 -
YUV 135.78 76.2 51.84 -
System Red Green Blue C M Y K H S L
Decimal 29 208 44 0.86 0 0.79 0.18 125.03 0.76 0.46
Hex 1D D0 2C 56 0 4F 12 7D 4C 2E
Octal 35 320 54 126 0 117 22 175 114 56
Binary 11101 11010000 101100 1010110 0 1001111 10010 1111101 1001100 101110

Color Harmonies of #1DD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD02C

Black with #1DD02C

Text Example


Text Example

White with #1DD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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