Html Css Color HEX #16CA19 Lime Green

📋 copy color: '#16CA19'

red 22 ◦ green 202 ◦ blue 25

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

Shades of Lime Green #16CA19

Tints of Lime Green #16CA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.12%

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 8.84%
G = 81.12%
B = 10.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#16CA19 (or 0x16CA19) is known color: Lime Green. HEX triplet: 16, CA and 19. RGB value is (22,202,25). Sum of RGB (Red+Green+Blue) = 22+202+25=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CA19 is #E935E6. Grayscale: #808080. Windows color (decimal): -15283687 or 1690134. OLE color: 1690134.

HSL color Cylindrical-coordinate representation of color #16CA19: hue angle of 121º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA19 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 22 202 25 -
CMYK 0.89 0 0.88 0.21
HSL 121º 0.8% 0.44% -
HSV(B) 121º 0.89% 0.79% -
XYZ 21.63 42.48 7.98 -
YUV 128 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 22 202 25 0.89 0 0.88 0.21 121 0.8 0.44
Hex 16 CA 19 59 0 58 15 79 50 2C
Octal 26 312 31 131 0 130 25 171 120 54
Binary 10110 11001010 11001 1011001 0 1011000 10101 1111001 1010000 101100

Color Harmonies of #16CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA19

Black with #16CA19

Text Example


Text Example

White with #16CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,202,25); }

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

background-color css

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

 a { background-color: rgb(22,202,25); }

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

border-color css

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

 span { border-color: rgb(22,202,25); }

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