#7CCE16

Color #7CCE16 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CCE16

Tints of Lima #7CCE16

Color information

#7CCE16 (or 0x7CCE16) is unknown color: approx Lima. HEX triplet: 7C, CE and 16. RGB value is (124,206,22). Sum of RGB (Red+Green+Blue) = 124+206+22=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCE16 is #8331E9. Grayscale: #A1A1A1. Windows color (decimal): -8597994 or 1494652. OLE color: 1494652.

HSL color Cylindrical-coordinate representation of color #7CCE16: hue angle of 86.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CCE16 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB12420622-
CMYK0.4000.890.19
HSL86.74º80.7%44.71%-
HSV(B)86.74º89.32%80.78%-
XYZ30.5348.498.51-
YUV160.5149.83101.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 206 (80.86% from 255) = 58.52%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=35.23%
G=58.52%
B=6.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124206220.4000.890.1986.7480.744.71
Hex7CCE16280591357512d
Octal174316265001312312712155
Binary11111001100111010110101000010110011001110101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CCE16; }

 p { color: rgb(124,206,22); }

 H1.HeaderClassName
 {
   color: #7CCE16;
 }
 .AnyTagClassName
 {
   color: #7CCE16;
 }
</style>
background-color css

<style>
 a { background-color: #7CCE16; }

 a { background-color: rgb(124,206,22); }

 div.DivClassName
 {
   background-color: #7CCE16;
 }
 .BgClassName
 {
   background-color: #7CCE16;
 }
</style>
border-color css

<style>
 span { border-color: #7CCE16; }

 span { border-color: rgb(124,206,22); }

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