#7CBE13

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

Shades of Lima #7CBE13

Tints of Lima #7CBE13

Color information

#7CBE13 (or 0x7CBE13) is unknown color: approx Lima. HEX triplet: 7C, BE and 13. RGB value is (124,190,19). Sum of RGB (Red+Green+Blue) = 124+190+19=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBE13 is #8341EC. Grayscale: #979797. Windows color (decimal): -8602093 or 1293948. OLE color: 1293948.

HSL color Cylindrical-coordinate representation of color #7CBE13: hue angle of 83.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBE13 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB12419019-
CMYK0.3500.900.25
HSL83.16º81.82%40.98%-
HSV(B)83.16º90%74.51%-
XYZ26.8441.167.15-
YUV150.7753.63108.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=37.24%
G=57.06%
B=5.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124190190.3500.900.2583.1681.8240.98
Hex7CBE132305A19535229
Octal174276234301323112312251
Binary11111001011111010011100011010110101100110100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,19); }

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

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

 a { background-color: rgb(124,190,19); }

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

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

 span { border-color: rgb(124,190,19); }

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