Html Css Color HEX #16DC28 Lime Green

📋 copy color: '#16DC28'

red 22 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #16DC28

Tints of Lime Green #16DC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.01%

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 7.8%
G = 78.01%
B = 14.18%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#16DC28 (or 0x16DC28) is known color: Lime Green. HEX triplet: 16, DC and 28. RGB value is (22,220,40). Sum of RGB (Red+Green+Blue) = 22+220+40=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC28 is #E923D7. Grayscale: #8C8C8C. Windows color (decimal): -15279064 or 2677782. OLE color: 2677782.

HSL color Cylindrical-coordinate representation of color #16DC28: hue angle of 125.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC28 is Cyan = 0.9, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 220 40 -
CMYK 0.9 0 0.82 0.14
HSL 125.45º 0.82% 0.47% -
HSV(B) 125.45º 0.9% 0.86% -
XYZ 26.31 51.51 10.56 -
YUV 140.28 71.4 43.64 -
System Red Green Blue C M Y K H S L
Decimal 22 220 40 0.9 0 0.82 0.14 125.45 0.82 0.47
Hex 16 DC 28 5A 0 52 E 7D 52 2F
Octal 26 334 50 132 0 122 16 175 122 57
Binary 10110 11011100 101000 1011010 0 1010010 1110 1111101 1010010 101111

Color Harmonies of #16DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DC28

Black with #16DC28

Text Example


Text Example

White with #16DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,220,40); }

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

background-color css

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

 a { background-color: rgb(22,220,40); }

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

border-color css

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

 span { border-color: rgb(22,220,40); }

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