Html Css Color HEX #16CF10 Lime Green

📋 copy color: '#16CF10'

red 22 ◦ green 207 ◦ blue 16

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

Shades of Lime Green #16CF10

Tints of Lime Green #16CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 84.49%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 8.98%
G = 84.49%
B = 6.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#16CF10 (or 0x16CF10) is known color: Lime Green. HEX triplet: 16, CF and 10. RGB value is (22,207,16). Sum of RGB (Red+Green+Blue) = 22+207+16=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CF10 is #E930EF. Grayscale: #828282. Windows color (decimal): -15282416 or 1101590. OLE color: 1101590.

HSL color Cylindrical-coordinate representation of color #16CF10: hue angle of 118.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16CF10 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 207 16 -
CMYK 0.89 0 0.92 0.19
HSL 118.12º 0.86% 0.44% -
HSV(B) 118.12º 0.92% 0.81% -
XYZ 22.74 44.83 7.95 -
YUV 129.91 63.71 51.03 -
System Red Green Blue C M Y K H S L
Decimal 22 207 16 0.89 0 0.92 0.19 118.12 0.86 0.44
Hex 16 CF 10 59 0 5C 13 76 56 2C
Octal 26 317 20 131 0 134 23 166 126 54
Binary 10110 11001111 10000 1011001 0 1011100 10011 1110110 1010110 101100

Color Harmonies of #16CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CF10

Black with #16CF10

Text Example


Text Example

White with #16CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,207,16); }

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

background-color css

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

 a { background-color: rgb(22,207,16); }

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

border-color css

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

 span { border-color: rgb(22,207,16); }

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