Html Css Color HEX #16CE13 Lime Green

📋 copy color: '#16CE13'

red 22 ◦ green 206 ◦ blue 19

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

Shades of Lime Green #16CE13

Tints of Lime Green #16CE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 83.4%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 8.91%
G = 83.4%
B = 7.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#16CE13 (or 0x16CE13) is known color: Lime Green. HEX triplet: 16, CE and 13. RGB value is (22,206,19). Sum of RGB (Red+Green+Blue) = 22+206+19=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 206 (80.86% from 255 or 83.40% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CE13 is #E931EC. Grayscale: #828282. Windows color (decimal): -15282669 or 1297942. OLE color: 1297942.

HSL color Cylindrical-coordinate representation of color #16CE13: hue angle of 119.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CE13 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 206 19 -
CMYK 0.89 0 0.91 0.19
HSL 119.04º 0.83% 0.44% -
HSV(B) 119.04º 0.91% 0.81% -
XYZ 22.52 44.36 7.99 -
YUV 129.67 65.54 51.21 -
System Red Green Blue C M Y K H S L
Decimal 22 206 19 0.89 0 0.91 0.19 119.04 0.83 0.44
Hex 16 CE 13 59 0 5B 13 77 53 2C
Octal 26 316 23 131 0 133 23 167 123 54
Binary 10110 11001110 10011 1011001 0 1011011 10011 1110111 1010011 101100

Color Harmonies of #16CE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CE13

Black with #16CE13

Text Example


Text Example

White with #16CE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,206,19); }

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

background-color css

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

 a { background-color: rgb(22,206,19); }

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

border-color css

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

 span { border-color: rgb(22,206,19); }

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