#7CB904

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

Shades of Lima #7CB904

Tints of Lima #7CB904

Color information

#7CB904 (or 0x7CB904) is unknown color: approx Lima. HEX triplet: 7C, B9 and 04. RGB value is (124,185,4). Sum of RGB (Red+Green+Blue) = 124+185+4=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB904 is #8346FB. Grayscale: #929292. Windows color (decimal): -8603388 or 309628. OLE color: 309628.

HSL color Cylindrical-coordinate representation of color #7CB904: hue angle of 80.22º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CB904 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1241854-
CMYK0.3300.980.27
HSL80.22º95.77%37.06%-
HSV(B)80.22º97.84%72.55%-
XYZ25.6838.996.29-
YUV146.1347.79112.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.62%
GREEN value IS 185 (72.66% from 255) = 59.11%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=39.62%
G=59.11%
B=1.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12418540.3300.980.2780.2295.7737.06
Hex7CB94210621B506025
Octal17427144101423312014045
Binary111110010111001100100001011000101101110100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,4); }

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

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

 a { background-color: rgb(124,185,4); }

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

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

 span { border-color: rgb(124,185,4); }

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