Html Css Color HEX #16D82F Lime Green

📋 copy color: '#16D82F'

red 22 ◦ green 216 ◦ blue 47

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

Shades of Lime Green #16D82F

Tints of Lime Green #16D82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 7.72%
G = 75.79%
B = 16.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#16D82F (or 0x16D82F) is known color: Lime Green. HEX triplet: 16, D8 and 2F. RGB value is (22,216,47). Sum of RGB (Red+Green+Blue) = 22+216+47=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #16D82F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D82F is #E927D0. Grayscale: #8B8B8B. Windows color (decimal): -15280081 or 3135510. OLE color: 3135510.

HSL color Cylindrical-coordinate representation of color #16D82F: hue angle of 127.73º 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 #16D82F is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 216 47 -
CMYK 0.90 0 0.78 0.15
HSL 127.73º 0.82% 0.47% -
HSV(B) 127.73º 0.9% 0.85% -
XYZ 25.4 49.49 10.9 -
YUV 138.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 22 216 47 0.90 0 0.78 0.15 127.73 0.82 0.47
Hex 16 D8 2F 5A 0 4E F 80 52 2F
Octal 26 330 57 132 0 116 17 200 122 57
Binary 10110 11011000 101111 1011010 0 1001110 1111 10000000 1010010 101111

Color Harmonies of #16D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D82F

Black with #16D82F

Text Example


Text Example

White with #16D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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