Html Css Color HEX #16C01A Lime Green

📋 copy color: '#16C01A'

red 22 ◦ green 192 ◦ blue 26

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

Shades of Lime Green #16C01A

Tints of Lime Green #16C01A

RGB

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

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

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

R = 9.17%
G = 80%
B = 10.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#16C01A (or 0x16C01A) is known color: Lime Green. HEX triplet: 16, C0 and 1A. RGB value is (22,192,26). Sum of RGB (Red+Green+Blue) = 22+192+26=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #16C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C01A is #E93FE5. Grayscale: #7A7A7A. Windows color (decimal): -15286246 or 1753110. OLE color: 1753110.

HSL color Cylindrical-coordinate representation of color #16C01A: hue angle of 121.41º 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 #16C01A is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 26 -
CMYK 0.89 0 0.86 0.25
HSL 121.41º 0.79% 0.42% -
HSV(B) 121.41º 0.89% 0.75% -
XYZ 19.37 37.94 7.28 -
YUV 122.25 73.68 56.5 -
System Red Green Blue C M Y K H S L
Decimal 22 192 26 0.89 0 0.86 0.25 121.41 0.79 0.42
Hex 16 C0 1A 59 0 56 19 79 4F 2A
Octal 26 300 32 131 0 126 31 171 117 52
Binary 10110 11000000 11010 1011001 0 1010110 11001 1111001 1001111 101010

Color Harmonies of #16C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C01A

Black with #16C01A

Text Example


Text Example

White with #16C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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