Html Css Color HEX #21C535 Lime Green

📋 copy color: '#21C535'

red 33 ◦ green 197 ◦ blue 53

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

Shades of Lime Green #21C535

Tints of Lime Green #21C535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 69.61%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 11.66%
G = 69.61%
B = 18.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#21C535 (or 0x21C535) is known color: Lime Green. HEX triplet: 21, C5 and 35. RGB value is (33,197,53). Sum of RGB (Red+Green+Blue) = 33+197+53=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #21C535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C535 is #DE3ACA. Grayscale: #838383. Windows color (decimal): -14564043 or 3523873. OLE color: 3523873.

HSL color Cylindrical-coordinate representation of color #21C535: hue angle of 127.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C535 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 197 53 -
CMYK 0.83 0 0.73 0.23
HSL 127.32º 0.71% 0.45% -
HSV(B) 127.32º 0.83% 0.77% -
XYZ 21.24 40.51 10.07 -
YUV 131.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 33 197 53 0.83 0 0.73 0.23 127.32 0.71 0.45
Hex 21 C5 35 53 0 49 17 7F 47 2D
Octal 41 305 65 123 0 111 27 177 107 55
Binary 100001 11000101 110101 1010011 0 1001001 10111 1111111 1000111 101101

Color Harmonies of #21C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C535

Black with #21C535

Text Example


Text Example

White with #21C535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,197,53); }

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

background-color css

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

 a { background-color: rgb(33,197,53); }

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

border-color css

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

 span { border-color: rgb(33,197,53); }

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