Html Css Color HEX #16D32A Lime Green

📋 copy color: '#16D32A'

red 22 ◦ green 211 ◦ blue 42

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

Shades of Lime Green #16D32A

Tints of Lime Green #16D32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.73%

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 8%
G = 76.73%
B = 15.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#16D32A (or 0x16D32A) is known color: Lime Green. HEX triplet: 16, D3 and 2A. RGB value is (22,211,42). Sum of RGB (Red+Green+Blue) = 22+211+42=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #16D32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D32A is #E92CD5. Grayscale: #878787. Windows color (decimal): -15281366 or 2806550. OLE color: 2806550.

HSL color Cylindrical-coordinate representation of color #16D32A: hue angle of 126.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D32A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 22 211 42 -
CMYK 0.90 0 0.80 0.17
HSL 126.35º 0.81% 0.46% -
HSV(B) 126.35º 0.9% 0.83% -
XYZ 24.04 46.93 9.98 -
YUV 135.22 75.38 47.24 -
System Red Green Blue C M Y K H S L
Decimal 22 211 42 0.90 0 0.80 0.17 126.35 0.81 0.46
Hex 16 D3 2A 5A 0 50 11 7E 51 2E
Octal 26 323 52 132 0 120 21 176 121 56
Binary 10110 11010011 101010 1011010 0 1010000 10001 1111110 1010001 101110

Color Harmonies of #16D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D32A

Black with #16D32A

Text Example


Text Example

White with #16D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,211,42); }

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

background-color css

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

 a { background-color: rgb(22,211,42); }

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

border-color css

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

 span { border-color: rgb(22,211,42); }

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