Html Css Color HEX #21D930 Lime Green

📋 copy color: '#21D930'

red 33 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #21D930

Tints of Lime Green #21D930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.82%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 11.07%
G = 72.82%
B = 16.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#21D930 (or 0x21D930) is known color: Lime Green. HEX triplet: 21, D9 and 30. RGB value is (33,217,48). Sum of RGB (Red+Green+Blue) = 33+217+48=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #21D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D930 is #DE26CF. Grayscale: #8F8F8F. Windows color (decimal): -14558928 or 3201313. OLE color: 3201313.

HSL color Cylindrical-coordinate representation of color #21D930: hue angle of 124.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D930 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 217 48 -
CMYK 0.85 0 0.78 0.15
HSL 124.89º 0.74% 0.49% -
HSV(B) 124.89º 0.85% 0.85% -
XYZ 25.97 50.16 11.11 -
YUV 142.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 33 217 48 0.85 0 0.78 0.15 124.89 0.74 0.49
Hex 21 D9 30 55 0 4E F 7D 4A 31
Octal 41 331 60 125 0 116 17 175 112 61
Binary 100001 11011001 110000 1010101 0 1001110 1111 1111101 1001010 110001

Color Harmonies of #21D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D930

Black with #21D930

Text Example


Text Example

White with #21D930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,217,48); }

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

background-color css

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

 a { background-color: rgb(33,217,48); }

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

border-color css

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

 span { border-color: rgb(33,217,48); }

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