Html Css Color HEX #16D215 Lime Green

📋 copy color: '#16D215'

red 22 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #16D215

Tints of Lime Green #16D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 83%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 8.7%
G = 83%
B = 8.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#16D215 (or 0x16D215) is known color: Lime Green. HEX triplet: 16, D2 and 15. RGB value is (22,210,21). Sum of RGB (Red+Green+Blue) = 22+210+21=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 210 (82.42% from 255 or 83.00% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 210 - color contains mainly: green. Hex color #16D215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D215 is #E92DEA. Grayscale: #848484. Windows color (decimal): -15281643 or 1430038. OLE color: 1430038.

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

Color convert

RGB 22 210 21 -
CMYK 0.90 0 0.90 0.18
HSL 119.68º 0.82% 0.45% -
HSV(B) 119.68º 0.9% 0.82% -
XYZ 23.51 46.32 8.41 -
YUV 132.24 65.22 49.37 -
System Red Green Blue C M Y K H S L
Decimal 22 210 21 0.90 0 0.90 0.18 119.68 0.82 0.45
Hex 16 D2 15 5A 0 5A 12 78 52 2D
Octal 26 322 25 132 0 132 22 170 122 55
Binary 10110 11010010 10101 1011010 0 1011010 10010 1111000 1010010 101101

Color Harmonies of #16D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D215

Black with #16D215

Text Example


Text Example

White with #16D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,210,21); }

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

background-color css

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

 a { background-color: rgb(22,210,21); }

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

border-color css

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

 span { border-color: rgb(22,210,21); }

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