Html Css Color HEX #16C814 Lime Green

📋 copy color: '#16C814'

red 22 ◦ green 200 ◦ blue 20

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

Shades of Lime Green #16C814

Tints of Lime Green #16C814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 9.09%
G = 82.64%
B = 8.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#16C814 (or 0x16C814) is known color: Lime Green. HEX triplet: 16, C8 and 14. RGB value is (22,200,20). Sum of RGB (Red+Green+Blue) = 22+200+20=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #16C814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C814 is #E937EB. Grayscale: #7E7E7E. Windows color (decimal): -15284204 or 1361942. OLE color: 1361942.

HSL color Cylindrical-coordinate representation of color #16C814: hue angle of 119.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C814 is Cyan = 0.89, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 22 200 20 -
CMYK 0.89 0 0.9 0.22
HSL 119.33º 0.82% 0.43% -
HSV(B) 119.33º 0.9% 0.78% -
XYZ 21.11 41.53 7.57 -
YUV 126.26 68.03 53.64 -
System Red Green Blue C M Y K H S L
Decimal 22 200 20 0.89 0 0.9 0.22 119.33 0.82 0.43
Hex 16 C8 14 59 0 5A 16 77 52 2B
Octal 26 310 24 131 0 132 26 167 122 53
Binary 10110 11001000 10100 1011001 0 1011010 10110 1110111 1010010 101011

Color Harmonies of #16C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C814

Black with #16C814

Text Example


Text Example

White with #16C814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,200,20); }

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

background-color css

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

 a { background-color: rgb(22,200,20); }

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

border-color css

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

 span { border-color: rgb(22,200,20); }

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