Html Css Color HEX #16C018 Lime Green

📋 copy color: '#16C018'

red 22 ◦ green 192 ◦ blue 24

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

Shades of Lime Green #16C018

Tints of Lime Green #16C018

RGB

 RED value IS 22 (8.98% from 255) = 9.24%

 GREEN value IS 192 (75.39% from 255) = 80.67%

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

R = 9.24%
G = 80.67%
B = 10.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#16C018 (or 0x16C018) is known color: Lime Green. HEX triplet: 16, C0 and 18. RGB value is (22,192,24). Sum of RGB (Red+Green+Blue) = 22+192+24=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #16C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C018 is #E93FE7. Grayscale: #7A7A7A. Windows color (decimal): -15286248 or 1622038. OLE color: 1622038.

HSL color Cylindrical-coordinate representation of color #16C018: hue angle of 120.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C018 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 24 -
CMYK 0.89 0 0.88 0.25
HSL 120.71º 0.79% 0.42% -
HSV(B) 120.71º 0.89% 0.75% -
XYZ 19.35 37.94 7.17 -
YUV 122.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 22 192 24 0.89 0 0.88 0.25 120.71 0.79 0.42
Hex 16 C0 18 59 0 58 19 79 4F 2A
Octal 26 300 30 131 0 130 31 171 117 52
Binary 10110 11000000 11000 1011001 0 1011000 11001 1111001 1001111 101010

Color Harmonies of #16C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C018

Black with #16C018

Text Example


Text Example

White with #16C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16C018; }

 p { color: rgb(22,192,24); }

 H1.HeaderClassName
 {
   color: #16C018;
 }
 .AnyTagClassName
 {
   color: #16C018;
 }
</style>

background-color css

<style>
 a { background-color: #16C018; }

 a { background-color: rgb(22,192,24); }

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

border-color css

<style>
 span { border-color: #16C018; }

 span { border-color: rgb(22,192,24); }

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