Html Css Color HEX #16C51A Lime Green

📋 copy color: '#16C51A'

red 22 ◦ green 197 ◦ blue 26

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

Shades of Lime Green #16C51A

Tints of Lime Green #16C51A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 80.41%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 8.98%
G = 80.41%
B = 10.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#16C51A (or 0x16C51A) is known color: Lime Green. HEX triplet: 16, C5 and 1A. RGB value is (22,197,26). Sum of RGB (Red+Green+Blue) = 22+197+26=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #16C51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C51A is #E93AE5. Grayscale: #7D7D7D. Windows color (decimal): -15284966 or 1754390. OLE color: 1754390.

HSL color Cylindrical-coordinate representation of color #16C51A: hue angle of 121.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C51A is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 22 197 26 -
CMYK 0.89 0 0.87 0.23
HSL 121.37º 0.8% 0.43% -
HSV(B) 121.37º 0.89% 0.77% -
XYZ 20.48 40.18 7.65 -
YUV 125.18 72.02 54.4 -
System Red Green Blue C M Y K H S L
Decimal 22 197 26 0.89 0 0.87 0.23 121.37 0.8 0.43
Hex 16 C5 1A 59 0 57 17 79 50 2B
Octal 26 305 32 131 0 127 27 171 120 53
Binary 10110 11000101 11010 1011001 0 1010111 10111 1111001 1010000 101011

Color Harmonies of #16C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C51A

Black with #16C51A

Text Example


Text Example

White with #16C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,197,26); }

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

background-color css

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

 a { background-color: rgb(22,197,26); }

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

border-color css

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

 span { border-color: rgb(22,197,26); }

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