Html Css Color HEX #16CC2A Lime Green

📋 copy color: '#16CC2A'

red 22 ◦ green 204 ◦ blue 42

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

Shades of Lime Green #16CC2A

Tints of Lime Green #16CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.12%

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

R = 8.21%
G = 76.12%
B = 15.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#16CC2A (or 0x16CC2A) is known color: Lime Green. HEX triplet: 16, CC and 2A. RGB value is (22,204,42). Sum of RGB (Red+Green+Blue) = 22+204+42=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC2A is #E933D5. Grayscale: #838383. Windows color (decimal): -15283158 or 2804758. OLE color: 2804758.

HSL color Cylindrical-coordinate representation of color #16CC2A: hue angle of 126.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC2A is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 204 42 -
CMYK 0.89 0 0.79 0.2
HSL 126.59º 0.81% 0.44% -
HSV(B) 126.59º 0.89% 0.8% -
XYZ 22.34 43.52 9.41 -
YUV 131.11 77.7 50.17 -
System Red Green Blue C M Y K H S L
Decimal 22 204 42 0.89 0 0.79 0.2 126.59 0.81 0.44
Hex 16 CC 2A 59 0 4F 14 7F 51 2C
Octal 26 314 52 131 0 117 24 177 121 54
Binary 10110 11001100 101010 1011001 0 1001111 10100 1111111 1010001 101100

Color Harmonies of #16CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CC2A

Black with #16CC2A

Text Example


Text Example

White with #16CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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