Html Css Color HEX #21C118 Lime Green

📋 copy color: '#21C118'

red 33 ◦ green 193 ◦ blue 24

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

Shades of Lime Green #21C118

Tints of Lime Green #21C118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 77.2%

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

R = 13.2%
G = 77.2%
B = 9.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#21C118 (or 0x21C118) is known color: Lime Green. HEX triplet: 21, C1 and 18. RGB value is (33,193,24). Sum of RGB (Red+Green+Blue) = 33+193+24=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 193 (75.78% from 255 or 77.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 193 - color contains mainly: green. Hex color #21C118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C118 is #DE3EE7. Grayscale: #7E7E7E. Windows color (decimal): -14565096 or 1622305. OLE color: 1622305.

HSL color Cylindrical-coordinate representation of color #21C118: hue angle of 116.8º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21C118 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 24 -
CMYK 0.83 0 0.88 0.24
HSL 116.8º 0.78% 0.43% -
HSV(B) 116.8º 0.88% 0.76% -
XYZ 19.86 38.53 7.25 -
YUV 125.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 33 193 24 0.83 0 0.88 0.24 116.8 0.78 0.43
Hex 21 C1 18 53 0 58 18 75 4E 2B
Octal 41 301 30 123 0 130 30 165 116 53
Binary 100001 11000001 11000 1010011 0 1011000 11000 1110101 1001110 101011

Color Harmonies of #21C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C118

Black with #21C118

Text Example


Text Example

White with #21C118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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