Html Css Color HEX #16DD2B Lime Green

📋 copy color: '#16DD2B'

red 22 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #16DD2B

Tints of Lime Green #16DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 77.27%

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

R = 7.69%
G = 77.27%
B = 15.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#16DD2B (or 0x16DD2B) is known color: Lime Green. HEX triplet: 16, DD and 2B. RGB value is (22,221,43). Sum of RGB (Red+Green+Blue) = 22+221+43=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DD2B is #E922D4. Grayscale: #8D8D8D. Windows color (decimal): -15278805 or 2874646. OLE color: 2874646.

HSL color Cylindrical-coordinate representation of color #16DD2B: hue angle of 126.33º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DD2B is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 221 43 -
CMYK 0.90 0 0.81 0.13
HSL 126.33º 0.82% 0.48% -
HSV(B) 126.33º 0.9% 0.87% -
XYZ 26.62 52.06 10.93 -
YUV 141.21 72.57 42.97 -
System Red Green Blue C M Y K H S L
Decimal 22 221 43 0.90 0 0.81 0.13 126.33 0.82 0.48
Hex 16 DD 2B 5A 0 51 D 7E 52 30
Octal 26 335 53 132 0 121 15 176 122 60
Binary 10110 11011101 101011 1011010 0 1010001 1101 1111110 1010010 110000

Color Harmonies of #16DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DD2B

Black with #16DD2B

Text Example


Text Example

White with #16DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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