Html Css Color HEX #16D42F Lime Green

📋 copy color: '#16D42F'

red 22 ◦ green 212 ◦ blue 47

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

Shades of Lime Green #16D42F

Tints of Lime Green #16D42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 75.44%

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

R = 7.83%
G = 75.44%
B = 16.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#16D42F (or 0x16D42F) is known color: Lime Green. HEX triplet: 16, D4 and 2F. RGB value is (22,212,47). Sum of RGB (Red+Green+Blue) = 22+212+47=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #16D42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D42F is #E92BD0. Grayscale: #888888. Windows color (decimal): -15281105 or 3134486. OLE color: 3134486.

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

Color convert

RGB 22 212 47 -
CMYK 0.90 0 0.78 0.17
HSL 127.89º 0.81% 0.46% -
HSV(B) 127.89º 0.9% 0.83% -
XYZ 24.39 47.46 10.57 -
YUV 136.38 77.55 46.42 -
System Red Green Blue C M Y K H S L
Decimal 22 212 47 0.90 0 0.78 0.17 127.89 0.81 0.46
Hex 16 D4 2F 5A 0 4E 11 80 51 2E
Octal 26 324 57 132 0 116 21 200 121 56
Binary 10110 11010100 101111 1011010 0 1001110 10001 10000000 1010001 101110

Color Harmonies of #16D42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D42F

Black with #16D42F

Text Example


Text Example

White with #16D42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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