#7CBE07

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

Shades of Lima #7CBE07

Tints of Lima #7CBE07

Color information

#7CBE07 (or 0x7CBE07) is unknown color: approx Lima. HEX triplet: 7C, BE and 07. RGB value is (124,190,7). Sum of RGB (Red+Green+Blue) = 124+190+7=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBE07 is #8341F8. Grayscale: #969696. Windows color (decimal): -8602105 or 507516. OLE color: 507516.

HSL color Cylindrical-coordinate representation of color #7CBE07: hue angle of 81.64º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CBE07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1241907-
CMYK0.3500.960.25
HSL81.64º92.89%38.63%-
HSV(B)81.64º96.32%74.51%-
XYZ26.7641.136.73-
YUV149.447.63109.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 7 (3.12% from 255) = 2.18%
R=38.63%
G=59.19%
B=2.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12419070.3500.960.2581.6492.8938.63
Hex7CBE72306019525d27
Octal17427674301403112213547
Binary111110010111110111100011011000001100110100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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