Html Css Color HEX #16D822 Lime Green

📋 copy color: '#16D822'

red 22 ◦ green 216 ◦ blue 34

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

Shades of Lime Green #16D822

Tints of Lime Green #16D822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 79.41%

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 8.09%
G = 79.41%
B = 12.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#16D822 (or 0x16D822) is known color: Lime Green. HEX triplet: 16, D8 and 22. RGB value is (22,216,34). Sum of RGB (Red+Green+Blue) = 22+216+34=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #16D822 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D822 is #E927DD. Grayscale: #898989. Windows color (decimal): -15280094 or 2283542. OLE color: 2283542.

HSL color Cylindrical-coordinate representation of color #16D822: hue angle of 123.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D822 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 216 34 -
CMYK 0.90 0 0.84 0.15
HSL 123.71º 0.82% 0.47% -
HSV(B) 123.71º 0.9% 0.85% -
XYZ 25.18 49.4 9.72 -
YUV 137.25 69.73 45.8 -
System Red Green Blue C M Y K H S L
Decimal 22 216 34 0.90 0 0.84 0.15 123.71 0.82 0.47
Hex 16 D8 22 5A 0 54 F 7C 52 2F
Octal 26 330 42 132 0 124 17 174 122 57
Binary 10110 11011000 100010 1011010 0 1010100 1111 1111100 1010010 101111

Color Harmonies of #16D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D822

Black with #16D822

Text Example


Text Example

White with #16D822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,216,34); }

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

background-color css

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

 a { background-color: rgb(22,216,34); }

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

border-color css

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

 span { border-color: rgb(22,216,34); }

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