Html Css Color HEX #16DA2F Lime Green

📋 copy color: '#16DA2F'

red 22 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #16DA2F

Tints of Lime Green #16DA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 7.67%
G = 75.96%
B = 16.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#16DA2F (or 0x16DA2F) is known color: Lime Green. HEX triplet: 16, DA and 2F. RGB value is (22,218,47). Sum of RGB (Red+Green+Blue) = 22+218+47=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #16DA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DA2F is #E925D0. Grayscale: #8C8C8C. Windows color (decimal): -15279569 or 3136022. OLE color: 3136022.

HSL color Cylindrical-coordinate representation of color #16DA2F: hue angle of 127.65º 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 #16DA2F is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 218 47 -
CMYK 0.90 0 0.78 0.15
HSL 127.65º 0.82% 0.47% -
HSV(B) 127.65º 0.9% 0.85% -
XYZ 25.92 50.52 11.07 -
YUV 139.9 75.57 43.9 -
System Red Green Blue C M Y K H S L
Decimal 22 218 47 0.90 0 0.78 0.15 127.65 0.82 0.47
Hex 16 DA 2F 5A 0 4E F 80 52 2F
Octal 26 332 57 132 0 116 17 200 122 57
Binary 10110 11011010 101111 1011010 0 1001110 1111 10000000 1010010 101111

Color Harmonies of #16DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DA2F

Black with #16DA2F

Text Example


Text Example

White with #16DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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