Html Css Color HEX #21C914 Lime Green

📋 copy color: '#21C914'

red 33 ◦ green 201 ◦ blue 20

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

Shades of Lime Green #21C914

Tints of Lime Green #21C914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 12.99%
G = 79.13%
B = 7.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#21C914 (or 0x21C914) is known color: Lime Green. HEX triplet: 21, C9 and 14. RGB value is (33,201,20). Sum of RGB (Red+Green+Blue) = 33+201+20=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #21C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C914 is #DE36EB. Grayscale: #828282. Windows color (decimal): -14563052 or 1362209. OLE color: 1362209.

HSL color Cylindrical-coordinate representation of color #21C914: hue angle of 115.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21C914 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 201 20 -
CMYK 0.84 0 0.90 0.21
HSL 115.69º 0.82% 0.43% -
HSV(B) 115.69º 0.9% 0.79% -
XYZ 21.64 42.15 7.66 -
YUV 130.13 65.84 58.72 -
System Red Green Blue C M Y K H S L
Decimal 33 201 20 0.84 0 0.90 0.21 115.69 0.82 0.43
Hex 21 C9 14 54 0 5A 15 74 52 2B
Octal 41 311 24 124 0 132 25 164 122 53
Binary 100001 11001001 10100 1010100 0 1011010 10101 1110100 1010010 101011

Color Harmonies of #21C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C914

Black with #21C914

Text Example


Text Example

White with #21C914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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