Html Css Color HEX #16D122 Lime Green

📋 copy color: '#16D122'

red 22 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #16D122

Tints of Lime Green #16D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 78.87%

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

R = 8.3%
G = 78.87%
B = 12.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#16D122 (or 0x16D122) is known color: Lime Green. HEX triplet: 16, D1 and 22. RGB value is (22,209,34). Sum of RGB (Red+Green+Blue) = 22+209+34=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 209 (82.03% from 255 or 78.87% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 209 - color contains mainly: green. Hex color #16D122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D122 is #E92EDD. Grayscale: #858585. Windows color (decimal): -15281886 or 2281750. OLE color: 2281750.

HSL color Cylindrical-coordinate representation of color #16D122: hue angle of 123.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D122 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 209 34 -
CMYK 0.89 0 0.84 0.18
HSL 123.85º 0.81% 0.45% -
HSV(B) 123.85º 0.89% 0.82% -
XYZ 23.42 45.89 9.14 -
YUV 133.14 72.05 48.73 -
System Red Green Blue C M Y K H S L
Decimal 22 209 34 0.89 0 0.84 0.18 123.85 0.81 0.45
Hex 16 D1 22 59 0 54 12 7C 51 2D
Octal 26 321 42 131 0 124 22 174 121 55
Binary 10110 11010001 100010 1011001 0 1010100 10010 1111100 1010001 101101

Color Harmonies of #16D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D122

Black with #16D122

Text Example


Text Example

White with #16D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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