Html Css Color HEX #16D02B Lime Green

📋 copy color: '#16D02B'

red 22 ◦ green 208 ◦ blue 43

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

Shades of Lime Green #16D02B

Tints of Lime Green #16D02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.19%

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

R = 8.06%
G = 76.19%
B = 15.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#16D02B (or 0x16D02B) is known color: Lime Green. HEX triplet: 16, D0 and 2B. RGB value is (22,208,43). Sum of RGB (Red+Green+Blue) = 22+208+43=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #16D02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D02B is #E92FD4. Grayscale: #868686. Windows color (decimal): -15282133 or 2871318. OLE color: 2871318.

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

Color convert

RGB 22 208 43 -
CMYK 0.89 0 0.79 0.18
HSL 126.77º 0.81% 0.45% -
HSV(B) 126.77º 0.89% 0.82% -
XYZ 23.32 45.46 9.83 -
YUV 133.58 76.88 48.42 -
System Red Green Blue C M Y K H S L
Decimal 22 208 43 0.89 0 0.79 0.18 126.77 0.81 0.45
Hex 16 D0 2B 59 0 4F 12 7F 51 2D
Octal 26 320 53 131 0 117 22 177 121 55
Binary 10110 11010000 101011 1011001 0 1001111 10010 1111111 1010001 101101

Color Harmonies of #16D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D02B

Black with #16D02B

Text Example


Text Example

White with #16D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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