Html Css Color HEX #21D540 Lime Green

📋 copy color: '#21D540'

red 33 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #21D540

Tints of Lime Green #21D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.71%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 10.65%
G = 68.71%
B = 20.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#21D540 (or 0x21D540) is known color: Lime Green. HEX triplet: 21, D5 and 40. RGB value is (33,213,64). Sum of RGB (Red+Green+Blue) = 33+213+64=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 213 (83.59% from 255 or 68.71% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 213 - color contains mainly: green. Hex color #21D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D540 is #DE2ABF. Grayscale: #8E8E8E. Windows color (decimal): -14559936 or 4248865. OLE color: 4248865.

HSL color Cylindrical-coordinate representation of color #21D540: hue angle of 130.33º 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 #21D540 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 213 64 -
CMYK 0.85 0 0.70 0.16
HSL 130.33º 0.73% 0.48% -
HSV(B) 130.33º 0.85% 0.84% -
XYZ 25.35 48.28 12.83 -
YUV 142.19 83.87 50.12 -
System Red Green Blue C M Y K H S L
Decimal 33 213 64 0.85 0 0.70 0.16 130.33 0.73 0.48
Hex 21 D5 40 55 0 46 10 82 49 30
Octal 41 325 100 125 0 106 20 202 111 60
Binary 100001 11010101 1000000 1010101 0 1000110 10000 10000010 1001001 110000

Color Harmonies of #21D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D540

Black with #21D540

Text Example


Text Example

White with #21D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,213,64); }

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

background-color css

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

 a { background-color: rgb(33,213,64); }

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

border-color css

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

 span { border-color: rgb(33,213,64); }

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