Html Css Color HEX #21D740 Lime Green

📋 copy color: '#21D740'

red 33 ◦ green 215 ◦ blue 64

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

Shades of Lime Green #21D740

Tints of Lime Green #21D740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.91%

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

R = 10.58%
G = 68.91%
B = 20.51%

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

#21D740 (or 0x21D740) is known color: Lime Green. HEX triplet: 21, D7 and 40. RGB value is (33,215,64). Sum of RGB (Red+Green+Blue) = 33+215+64=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #21D740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D740 is #DE28BF. Grayscale: #8F8F8F. Windows color (decimal): -14559424 or 4249377. OLE color: 4249377.

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

Color convert

RGB 33 215 64 -
CMYK 0.85 0 0.70 0.16
HSL 130.22º 0.73% 0.49% -
HSV(B) 130.22º 0.85% 0.84% -
XYZ 25.85 49.29 13 -
YUV 143.37 83.2 49.28 -
System Red Green Blue C M Y K H S L
Decimal 33 215 64 0.85 0 0.70 0.16 130.22 0.73 0.49
Hex 21 D7 40 55 0 46 10 82 49 31
Octal 41 327 100 125 0 106 20 202 111 61
Binary 100001 11010111 1000000 1010101 0 1000110 10000 10000010 1001001 110001

Color Harmonies of #21D740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D740

Black with #21D740

Text Example


Text Example

White with #21D740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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