Html Css Color HEX #16D21C Lime Green

📋 copy color: '#16D21C'

red 22 ◦ green 210 ◦ blue 28

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

Shades of Lime Green #16D21C

Tints of Lime Green #16D21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 8.46%
G = 80.77%
B = 10.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#16D21C (or 0x16D21C) is known color: Lime Green. HEX triplet: 16, D2 and 1C. RGB value is (22,210,28). Sum of RGB (Red+Green+Blue) = 22+210+28=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #16D21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D21C is #E92DE3. Grayscale: #858585. Windows color (decimal): -15281636 or 1888790. OLE color: 1888790.

HSL color Cylindrical-coordinate representation of color #16D21C: hue angle of 121.91º degrees, saturation: 0.81, 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 #16D21C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 22 210 28 -
CMYK 0.90 0 0.87 0.18
HSL 121.91º 0.81% 0.45% -
HSV(B) 121.91º 0.9% 0.82% -
XYZ 23.59 46.35 8.8 -
YUV 133.04 68.72 48.8 -
System Red Green Blue C M Y K H S L
Decimal 22 210 28 0.90 0 0.87 0.18 121.91 0.81 0.45
Hex 16 D2 1C 5A 0 57 12 7A 51 2D
Octal 26 322 34 132 0 127 22 172 121 55
Binary 10110 11010010 11100 1011010 0 1010111 10010 1111010 1010001 101101

Color Harmonies of #16D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D21C

Black with #16D21C

Text Example


Text Example

White with #16D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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