Html Css Color HEX #21DC3F Lime Green

📋 copy color: '#21DC3F'

red 33 ◦ green 220 ◦ blue 63

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

Shades of Lime Green #21DC3F

Tints of Lime Green #21DC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.62%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 10.44%
G = 69.62%
B = 19.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#21DC3F (or 0x21DC3F) is known color: Lime Green. HEX triplet: 21, DC and 3F. RGB value is (33,220,63). Sum of RGB (Red+Green+Blue) = 33+220+63=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC3F is #DE23C0. Grayscale: #929292. Windows color (decimal): -14558145 or 4185121. OLE color: 4185121.

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

Color convert

RGB 33 220 63 -
CMYK 0.85 0 0.71 0.14
HSL 129.63º 0.74% 0.5% -
HSV(B) 129.63º 0.85% 0.86% -
XYZ 27.12 51.87 13.29 -
YUV 146.19 81.05 47.27 -
System Red Green Blue C M Y K H S L
Decimal 33 220 63 0.85 0 0.71 0.14 129.63 0.74 0.5
Hex 21 DC 3F 55 0 47 E 82 4A 32
Octal 41 334 77 125 0 107 16 202 112 62
Binary 100001 11011100 111111 1010101 0 1000111 1110 10000010 1001010 110010

Color Harmonies of #21DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DC3F

Black with #21DC3F

Text Example


Text Example

White with #21DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,220,63); }

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

background-color css

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

 a { background-color: rgb(33,220,63); }

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

border-color css

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

 span { border-color: rgb(33,220,63); }

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