Html Css Color HEX #16CC2B Lime Green

📋 copy color: '#16CC2B'

red 22 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #16CC2B

Tints of Lime Green #16CC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 8.18%
G = 75.84%
B = 15.99%

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

#16CC2B (or 0x16CC2B) is known color: Lime Green. HEX triplet: 16, CC and 2B. RGB value is (22,204,43). Sum of RGB (Red+Green+Blue) = 22+204+43=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC2B is #E933D4. Grayscale: #838383. Windows color (decimal): -15283157 or 2870294. OLE color: 2870294.

HSL color Cylindrical-coordinate representation of color #16CC2B: hue angle of 126.92º 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 #16CC2B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 204 43 -
CMYK 0.89 0 0.79 0.2
HSL 126.92º 0.81% 0.44% -
HSV(B) 126.92º 0.89% 0.8% -
XYZ 22.36 43.53 9.51 -
YUV 131.23 78.2 50.09 -
System Red Green Blue C M Y K H S L
Decimal 22 204 43 0.89 0 0.79 0.2 126.92 0.81 0.44
Hex 16 CC 2B 59 0 4F 14 7F 51 2C
Octal 26 314 53 131 0 117 24 177 121 54
Binary 10110 11001100 101011 1011001 0 1001111 10100 1111111 1010001 101100

Color Harmonies of #16CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CC2B

Black with #16CC2B

Text Example


Text Example

White with #16CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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