Html Css Color HEX #21D63F Lime Green

📋 copy color: '#21D63F'

red 33 ◦ green 214 ◦ blue 63

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

Shades of Lime Green #21D63F

Tints of Lime Green #21D63F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.03%

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

R = 10.65%
G = 69.03%
B = 20.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#21D63F (or 0x21D63F) is known color: Lime Green. HEX triplet: 21, D6 and 3F. RGB value is (33,214,63). Sum of RGB (Red+Green+Blue) = 33+214+63=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #21D63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D63F is #DE29C0. Grayscale: #8F8F8F. Windows color (decimal): -14559681 or 4183585. OLE color: 4183585.

HSL color Cylindrical-coordinate representation of color #21D63F: hue angle of 129.94º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D63F is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 63 -
CMYK 0.85 0 0.71 0.16
HSL 129.94º 0.73% 0.48% -
HSV(B) 129.94º 0.85% 0.84% -
XYZ 25.57 48.78 12.77 -
YUV 142.67 83.03 49.78 -
System Red Green Blue C M Y K H S L
Decimal 33 214 63 0.85 0 0.71 0.16 129.94 0.73 0.48
Hex 21 D6 3F 55 0 47 10 82 49 30
Octal 41 326 77 125 0 107 20 202 111 60
Binary 100001 11010110 111111 1010101 0 1000111 10000 10000010 1001001 110000

Color Harmonies of #21D63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D63F

Black with #21D63F

Text Example


Text Example

White with #21D63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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