Html Css Color HEX #21D240 Lime Green

📋 copy color: '#21D240'

red 33 ◦ green 210 ◦ blue 64

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

Shades of Lime Green #21D240

Tints of Lime Green #21D240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.4%

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

R = 10.75%
G = 68.4%
B = 20.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#21D240 (or 0x21D240) is known color: Lime Green. HEX triplet: 21, D2 and 40. RGB value is (33,210,64). Sum of RGB (Red+Green+Blue) = 33+210+64=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #21D240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D240 is #DE2DBF. Grayscale: #8C8C8C. Windows color (decimal): -14560704 or 4248097. OLE color: 4248097.

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

Color convert

RGB 33 210 64 -
CMYK 0.84 0 0.70 0.18
HSL 130.51º 0.73% 0.48% -
HSV(B) 130.51º 0.84% 0.82% -
XYZ 24.6 46.79 12.58 -
YUV 140.43 84.86 51.37 -
System Red Green Blue C M Y K H S L
Decimal 33 210 64 0.84 0 0.70 0.18 130.51 0.73 0.48
Hex 21 D2 40 54 0 46 12 83 49 30
Octal 41 322 100 124 0 106 22 203 111 60
Binary 100001 11010010 1000000 1010100 0 1000110 10010 10000011 1001001 110000

Color Harmonies of #21D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D240

Black with #21D240

Text Example


Text Example

White with #21D240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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