Html Css Color HEX #16C01C Lime Green

📋 copy color: '#16C01C'

red 22 ◦ green 192 ◦ blue 28

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

Shades of Lime Green #16C01C

Tints of Lime Green #16C01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 9.09%
G = 79.34%
B = 11.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#16C01C (or 0x16C01C) is known color: Lime Green. HEX triplet: 16, C0 and 1C. RGB value is (22,192,28). Sum of RGB (Red+Green+Blue) = 22+192+28=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #16C01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C01C is #E93FE3. Grayscale: #7A7A7A. Windows color (decimal): -15286244 or 1884182. OLE color: 1884182.

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

Color convert

RGB 22 192 28 -
CMYK 0.89 0 0.85 0.25
HSL 122.12º 0.79% 0.42% -
HSV(B) 122.12º 0.89% 0.75% -
XYZ 19.39 37.95 7.4 -
YUV 122.47 74.68 56.34 -
System Red Green Blue C M Y K H S L
Decimal 22 192 28 0.89 0 0.85 0.25 122.12 0.79 0.42
Hex 16 C0 1C 59 0 55 19 7A 4F 2A
Octal 26 300 34 131 0 125 31 172 117 52
Binary 10110 11000000 11100 1011001 0 1010101 11001 1111010 1001111 101010

Color Harmonies of #16C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C01C

Black with #16C01C

Text Example


Text Example

White with #16C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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