Html Css Color HEX #16CD0F Lime Green

📋 copy color: '#16CD0F'

red 22 ◦ green 205 ◦ blue 15

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

Shades of Lime Green #16CD0F

Tints of Lime Green #16CD0F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 84.71%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 9.09%
G = 84.71%
B = 6.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#16CD0F (or 0x16CD0F) is known color: Lime Green. HEX triplet: 16, CD and 0F. RGB value is (22,205,15). Sum of RGB (Red+Green+Blue) = 22+205+15=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CD0F is #E932F0. Grayscale: #818181. Windows color (decimal): -15282929 or 1035542. OLE color: 1035542.

HSL color Cylindrical-coordinate representation of color #16CD0F: hue angle of 117.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16CD0F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 205 15 -
CMYK 0.89 0 0.93 0.20
HSL 117.79º 0.86% 0.43% -
HSV(B) 117.79º 0.93% 0.8% -
XYZ 22.25 43.87 7.75 -
YUV 128.62 63.87 51.95 -
System Red Green Blue C M Y K H S L
Decimal 22 205 15 0.89 0 0.93 0.20 117.79 0.86 0.43
Hex 16 CD F 59 0 5D 14 76 56 2B
Octal 26 315 17 131 0 135 24 166 126 53
Binary 10110 11001101 1111 1011001 0 1011101 10100 1110110 1010110 101011

Color Harmonies of #16CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CD0F

Black with #16CD0F

Text Example


Text Example

White with #16CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,205,15); }

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

background-color css

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

 a { background-color: rgb(22,205,15); }

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

border-color css

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

 span { border-color: rgb(22,205,15); }

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