Html Css Color HEX #16C828 Lime Green

📋 copy color: '#16C828'

red 22 ◦ green 200 ◦ blue 40

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

Shades of Lime Green #16C828

Tints of Lime Green #16C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 76.34%

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

R = 8.4%
G = 76.34%
B = 15.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#16C828 (or 0x16C828) is known color: Lime Green. HEX triplet: 16, C8 and 28. RGB value is (22,200,40). Sum of RGB (Red+Green+Blue) = 22+200+40=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 200 (78.52% from 255 or 76.34% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 200 - color contains mainly: green. Hex color #16C828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C828 is #E937D7. Grayscale: #818181. Windows color (decimal): -15284184 or 2672662. OLE color: 2672662.

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

Color convert

RGB 22 200 40 -
CMYK 0.89 0 0.8 0.22
HSL 126.07º 0.8% 0.44% -
HSV(B) 126.07º 0.89% 0.78% -
XYZ 21.37 41.63 8.92 -
YUV 128.54 78.03 52.01 -
System Red Green Blue C M Y K H S L
Decimal 22 200 40 0.89 0 0.8 0.22 126.07 0.8 0.44
Hex 16 C8 28 59 0 50 16 7E 50 2C
Octal 26 310 50 131 0 120 26 176 120 54
Binary 10110 11001000 101000 1011001 0 1010000 10110 1111110 1010000 101100

Color Harmonies of #16C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C828

Black with #16C828

Text Example


Text Example

White with #16C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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