#7CB83C

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

Shades of Lima #7CB83C

Tints of Lima #7CB83C

Color information

#7CB83C (or 0x7CB83C) is unknown color: approx Lima. HEX triplet: 7C, B8 and 3C. RGB value is (124,184,60). Sum of RGB (Red+Green+Blue) = 124+184+60=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB83C is #8347C3. Grayscale: #989898. Windows color (decimal): -8603588 or 3979388. OLE color: 3979388.

HSL color Cylindrical-coordinate representation of color #7CB83C: hue angle of 89.03º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CB83C is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB12418460-
CMYK0.3300.670.28
HSL89.03º50.82%47.84%-
HSV(B)89.03º67.39%72.16%-
XYZ26.2738.8910.4-
YUV151.9276.12108.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 184 (72.27% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=33.70%
G=50%
B=16.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184600.3300.670.2889.0350.8247.84
Hex7CB83C210431C593330
Octal17427074410103341316360
Binary11111001011100011110010000101000011111001011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,60); }

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

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

 a { background-color: rgb(124,184,60); }

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

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

 span { border-color: rgb(124,184,60); }

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