Html Css Color HEX #16DA2C Lime Green

📋 copy color: '#16DA2C'

red 22 ◦ green 218 ◦ blue 44

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

Shades of Lime Green #16DA2C

Tints of Lime Green #16DA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.76%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 7.75%
G = 76.76%
B = 15.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#16DA2C (or 0x16DA2C) is known color: Lime Green. HEX triplet: 16, DA and 2C. RGB value is (22,218,44). Sum of RGB (Red+Green+Blue) = 22+218+44=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #16DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DA2C is #E925D3. Grayscale: #8C8C8C. Windows color (decimal): -15279572 or 2939414. OLE color: 2939414.

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

Color convert

RGB 22 218 44 -
CMYK 0.90 0 0.80 0.15
HSL 126.73º 0.82% 0.47% -
HSV(B) 126.73º 0.9% 0.85% -
XYZ 25.86 50.5 10.77 -
YUV 139.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 22 218 44 0.90 0 0.80 0.15 126.73 0.82 0.47
Hex 16 DA 2C 5A 0 50 F 7F 52 2F
Octal 26 332 54 132 0 120 17 177 122 57
Binary 10110 11011010 101100 1011010 0 1010000 1111 1111111 1010010 101111

Color Harmonies of #16DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DA2C

Black with #16DA2C

Text Example


Text Example

White with #16DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,218,44); }

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

background-color css

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

 a { background-color: rgb(22,218,44); }

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

border-color css

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

 span { border-color: rgb(22,218,44); }

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