Html Css Color HEX #16C01B Lime Green

📋 copy color: '#16C01B'

red 22 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #16C01B

Tints of Lime Green #16C01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 9.13%
G = 79.67%
B = 11.2%

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

#16C01B (or 0x16C01B) is known color: Lime Green. HEX triplet: 16, C0 and 1B. RGB value is (22,192,27). Sum of RGB (Red+Green+Blue) = 22+192+27=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #16C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C01B is #E93FE4. Grayscale: #7A7A7A. Windows color (decimal): -15286245 or 1818646. OLE color: 1818646.

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

Color convert

RGB 22 192 27 -
CMYK 0.89 0 0.86 0.25
HSL 121.76º 0.79% 0.42% -
HSV(B) 121.76º 0.89% 0.75% -
XYZ 19.38 37.95 7.34 -
YUV 122.36 74.18 56.42 -
System Red Green Blue C M Y K H S L
Decimal 22 192 27 0.89 0 0.86 0.25 121.76 0.79 0.42
Hex 16 C0 1B 59 0 56 19 7A 4F 2A
Octal 26 300 33 131 0 126 31 172 117 52
Binary 10110 11000000 11011 1011001 0 1010110 11001 1111010 1001111 101010

Color Harmonies of #16C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C01B

Black with #16C01B

Text Example


Text Example

White with #16C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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