Html Css Color HEX #1DCD21 Lime Green

📋 copy color: '#1DCD21'

red 29 ◦ green 205 ◦ blue 33

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

Shades of Lime Green #1DCD21

Tints of Lime Green #1DCD21

RGB

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

 GREEN value IS 205 (80.47% from 255) = 76.78%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 10.86%
G = 76.78%
B = 12.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#1DCD21 (or 0x1DCD21) is known color: Lime Green. HEX triplet: 1D, CD and 21. RGB value is (29,205,33). Sum of RGB (Red+Green+Blue) = 29+205+33=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 205 (80.47% from 255 or 76.78% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD21 is #E232DE. Grayscale: #858585. Windows color (decimal): -14824159 or 2215197. OLE color: 2215197.

HSL color Cylindrical-coordinate representation of color #1DCD21: hue angle of 121.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD21 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 33 -
CMYK 0.86 0 0.84 0.20
HSL 121.36º 0.75% 0.46% -
HSV(B) 121.36º 0.86% 0.8% -
XYZ 22.61 44.03 8.75 -
YUV 132.77 71.69 53.99 -
System Red Green Blue C M Y K H S L
Decimal 29 205 33 0.86 0 0.84 0.20 121.36 0.75 0.46
Hex 1D CD 21 56 0 54 14 79 4B 2E
Octal 35 315 41 126 0 124 24 171 113 56
Binary 11101 11001101 100001 1010110 0 1010100 10100 1111001 1001011 101110

Color Harmonies of #1DCD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD21

Black with #1DCD21

Text Example


Text Example

White with #1DCD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,33); }

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

background-color css

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

 a { background-color: rgb(29,205,33); }

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

border-color css

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

 span { border-color: rgb(29,205,33); }

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