Html Css Color HEX #16D72D Lime Green

📋 copy color: '#16D72D'

red 22 ◦ green 215 ◦ blue 45

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

Shades of Lime Green #16D72D

Tints of Lime Green #16D72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 76.24%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 7.8%
G = 76.24%
B = 15.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#16D72D (or 0x16D72D) is known color: Lime Green. HEX triplet: 16, D7 and 2D. RGB value is (22,215,45). Sum of RGB (Red+Green+Blue) = 22+215+45=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 215 (84.38% from 255 or 76.24% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 215 - color contains mainly: green. Hex color #16D72D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D72D is #E928D2. Grayscale: #8A8A8A. Windows color (decimal): -15280339 or 3004182. OLE color: 3004182.

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

Color convert

RGB 22 215 45 -
CMYK 0.90 0 0.79 0.16
HSL 127.15º 0.81% 0.46% -
HSV(B) 127.15º 0.9% 0.84% -
XYZ 25.1 48.96 10.61 -
YUV 137.91 75.56 45.32 -
System Red Green Blue C M Y K H S L
Decimal 22 215 45 0.90 0 0.79 0.16 127.15 0.81 0.46
Hex 16 D7 2D 5A 0 4F 10 7F 51 2E
Octal 26 327 55 132 0 117 20 177 121 56
Binary 10110 11010111 101101 1011010 0 1001111 10000 1111111 1010001 101110

Color Harmonies of #16D72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D72D

Black with #16D72D

Text Example


Text Example

White with #16D72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,215,45); }

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

background-color css

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

 a { background-color: rgb(22,215,45); }

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

border-color css

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

 span { border-color: rgb(22,215,45); }

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