Html Css Color HEX #16D62A Lime Green

📋 copy color: '#16D62A'

red 22 ◦ green 214 ◦ blue 42

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

Shades of Lime Green #16D62A

Tints of Lime Green #16D62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.98%

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

R = 7.91%
G = 76.98%
B = 15.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#16D62A (or 0x16D62A) is known color: Lime Green. HEX triplet: 16, D6 and 2A. RGB value is (22,214,42). Sum of RGB (Red+Green+Blue) = 22+214+42=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #16D62A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D62A is #E929D5. Grayscale: #898989. Windows color (decimal): -15280598 or 2807318. OLE color: 2807318.

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

Color convert

RGB 22 214 42 -
CMYK 0.90 0 0.80 0.16
HSL 126.25º 0.81% 0.46% -
HSV(B) 126.25º 0.9% 0.84% -
XYZ 24.8 48.43 10.23 -
YUV 136.98 74.39 45.99 -
System Red Green Blue C M Y K H S L
Decimal 22 214 42 0.90 0 0.80 0.16 126.25 0.81 0.46
Hex 16 D6 2A 5A 0 50 10 7E 51 2E
Octal 26 326 52 132 0 120 20 176 121 56
Binary 10110 11010110 101010 1011010 0 1010000 10000 1111110 1010001 101110

Color Harmonies of #16D62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D62A

Black with #16D62A

Text Example


Text Example

White with #16D62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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