Html Css Color HEX #21C93F Lime Green

📋 copy color: '#21C93F'

red 33 ◦ green 201 ◦ blue 63

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

Shades of Lime Green #21C93F

Tints of Lime Green #21C93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 67.68%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 11.11%
G = 67.68%
B = 21.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#21C93F (or 0x21C93F) is known color: Lime Green. HEX triplet: 21, C9 and 3F. RGB value is (33,201,63). Sum of RGB (Red+Green+Blue) = 33+201+63=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #21C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C93F is #DE36C0. Grayscale: #878787. Windows color (decimal): -14563009 or 4180257. OLE color: 4180257.

HSL color Cylindrical-coordinate representation of color #21C93F: hue angle of 130.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C93F is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 201 63 -
CMYK 0.84 0 0.69 0.21
HSL 130.71º 0.72% 0.46% -
HSV(B) 130.71º 0.84% 0.79% -
XYZ 22.41 42.46 11.72 -
YUV 135.04 87.34 55.22 -
System Red Green Blue C M Y K H S L
Decimal 33 201 63 0.84 0 0.69 0.21 130.71 0.72 0.46
Hex 21 C9 3F 54 0 45 15 83 48 2E
Octal 41 311 77 124 0 105 25 203 110 56
Binary 100001 11001001 111111 1010100 0 1000101 10101 10000011 1001000 101110

Color Harmonies of #21C93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C93F

Black with #21C93F

Text Example


Text Example

White with #21C93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,63); }

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

background-color css

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

 a { background-color: rgb(33,201,63); }

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

border-color css

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

 span { border-color: rgb(33,201,63); }

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