Html Css Color HEX #21D340 Lime Green

📋 copy color: '#21D340'

red 33 ◦ green 211 ◦ blue 64

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

Shades of Lime Green #21D340

Tints of Lime Green #21D340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 68.51%

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

R = 10.71%
G = 68.51%
B = 20.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#21D340 (or 0x21D340) is known color: Lime Green. HEX triplet: 21, D3 and 40. RGB value is (33,211,64). Sum of RGB (Red+Green+Blue) = 33+211+64=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #21D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D340 is #DE2CBF. Grayscale: #8D8D8D. Windows color (decimal): -14560448 or 4248353. OLE color: 4248353.

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

Color convert

RGB 33 211 64 -
CMYK 0.84 0 0.70 0.17
HSL 130.45º 0.73% 0.48% -
HSV(B) 130.45º 0.84% 0.83% -
XYZ 24.85 47.28 12.67 -
YUV 141.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 33 211 64 0.84 0 0.70 0.17 130.45 0.73 0.48
Hex 21 D3 40 54 0 46 11 82 49 30
Octal 41 323 100 124 0 106 21 202 111 60
Binary 100001 11010011 1000000 1010100 0 1000110 10001 10000010 1001001 110000

Color Harmonies of #21D340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D340

Black with #21D340

Text Example


Text Example

White with #21D340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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