#7CBE19

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

Shades of Lima #7CBE19

Tints of Lima #7CBE19

Color information

#7CBE19 (or 0x7CBE19) is unknown color: approx Lima. HEX triplet: 7C, BE and 19. RGB value is (124,190,25). Sum of RGB (Red+Green+Blue) = 124+190+25=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBE19 is #8341E6. Grayscale: #989898. Windows color (decimal): -8602087 or 1687164. OLE color: 1687164.

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

Color convert

RGB12419025-
CMYK0.3500.870.25
HSL84º76.74%42.16%-
HSV(B)84º86.84%74.51%-
XYZ26.941.187.45-
YUV151.4656.63108.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 190 (74.61% from 255) = 56.05%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=36.58%
G=56.05%
B=7.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124190250.3500.870.258476.7442.16
Hex7CBE192305719544d2a
Octal174276314301273112411552
Binary11111001011111011001100011010101111100110101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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