#7CBC07

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

Shades of Lima #7CBC07

Tints of Lima #7CBC07

Color information

#7CBC07 (or 0x7CBC07) is unknown color: approx Lima. HEX triplet: 7C, BC and 07. RGB value is (124,188,7). Sum of RGB (Red+Green+Blue) = 124+188+7=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC07 is #8343F8. Grayscale: #949494. Windows color (decimal): -8602617 or 507004. OLE color: 507004.

HSL color Cylindrical-coordinate representation of color #7CBC07: hue angle of 81.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CBC07 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1241887-
CMYK0.3400.960.26
HSL81.22º92.82%38.24%-
HSV(B)81.22º96.28%73.73%-
XYZ26.3340.276.59-
YUV148.2348.3110.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=38.87%
G=58.93%
B=2.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12418870.3400.960.2681.2292.8238.24
Hex7CBC7220601A515d26
Octal17427474201403212113546
Binary111110010111100111100010011000001101010100011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,7); }

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

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

 a { background-color: rgb(124,188,7); }

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

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

 span { border-color: rgb(124,188,7); }

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