Html Css Color HEX #21C818 Lime Green

📋 copy color: '#21C818'

red 33 ◦ green 200 ◦ blue 24

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

Shades of Lime Green #21C818

Tints of Lime Green #21C818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 77.82%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 12.84%
G = 77.82%
B = 9.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#21C818 (or 0x21C818) is known color: Lime Green. HEX triplet: 21, C8 and 18. RGB value is (33,200,24). Sum of RGB (Red+Green+Blue) = 33+200+24=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 200 (78.52% from 255 or 77.82% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 200 - color contains mainly: green. Hex color #21C818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C818 is #DE37E7. Grayscale: #828282. Windows color (decimal): -14563304 or 1624097. OLE color: 1624097.

HSL color Cylindrical-coordinate representation of color #21C818: hue angle of 116.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21C818 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 200 24 -
CMYK 0.84 0 0.88 0.22
HSL 116.93º 0.79% 0.44% -
HSV(B) 116.93º 0.88% 0.78% -
XYZ 21.45 41.7 7.78 -
YUV 130 68.17 58.81 -
System Red Green Blue C M Y K H S L
Decimal 33 200 24 0.84 0 0.88 0.22 116.93 0.79 0.44
Hex 21 C8 18 54 0 58 16 75 4F 2C
Octal 41 310 30 124 0 130 26 165 117 54
Binary 100001 11001000 11000 1010100 0 1011000 10110 1110101 1001111 101100

Color Harmonies of #21C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C818

Black with #21C818

Text Example


Text Example

White with #21C818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,200,24); }

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

background-color css

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

 a { background-color: rgb(33,200,24); }

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

border-color css

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

 span { border-color: rgb(33,200,24); }

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