Html Css Color HEX #21DD34 Lime Green

📋 copy color: '#21DD34'

red 33 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #21DD34

Tints of Lime Green #21DD34

RGB

 RED value IS 33 (13.28% from 255) = 10.78%

 GREEN value IS 221 (86.72% from 255) = 72.22%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 10.78%
G = 72.22%
B = 16.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#21DD34 (or 0x21DD34) is known color: Lime Green. HEX triplet: 21, DD and 34. RGB value is (33,221,52). Sum of RGB (Red+Green+Blue) = 33+221+52=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD34 is #DE22CB. Grayscale: #929292. Windows color (decimal): -14557900 or 3464481. OLE color: 3464481.

HSL color Cylindrical-coordinate representation of color #21DD34: hue angle of 126.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD34 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 221 52 -
CMYK 0.85 0 0.76 0.13
HSL 126.06º 0.74% 0.5% -
HSV(B) 126.06º 0.85% 0.87% -
XYZ 27.1 52.28 11.91 -
YUV 145.52 75.22 47.74 -
System Red Green Blue C M Y K H S L
Decimal 33 221 52 0.85 0 0.76 0.13 126.06 0.74 0.5
Hex 21 DD 34 55 0 4C D 7E 4A 32
Octal 41 335 64 125 0 114 15 176 112 62
Binary 100001 11011101 110100 1010101 0 1001100 1101 1111110 1001010 110010

Color Harmonies of #21DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD34

Black with #21DD34

Text Example


Text Example

White with #21DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21DD34; }

 p { color: rgb(33,221,52); }

 H1.HeaderClassName
 {
   color: #21DD34;
 }
 .AnyTagClassName
 {
   color: #21DD34;
 }
</style>

background-color css

<style>
 a { background-color: #21DD34; }

 a { background-color: rgb(33,221,52); }

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

border-color css

<style>
 span { border-color: #21DD34; }

 span { border-color: rgb(33,221,52); }

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