#7BBC04

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

Shades of Lima #7BBC04

Tints of Lima #7BBC04

Color information

#7BBC04 (or 0x7BBC04) is unknown color: approx Lima. HEX triplet: 7B, BC and 04. RGB value is (123,188,4). Sum of RGB (Red+Green+Blue) = 123+188+4=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC04 is #8443FB. Grayscale: #949494. Windows color (decimal): -8668156 or 310395. OLE color: 310395.

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

Color convert

RGB1231884-
CMYK0.3500.980.26
HSL81.2º95.83%37.65%-
HSV(B)81.2º97.87%73.73%-
XYZ26.1740.196.49-
YUV147.5946.97110.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=39.05%
G=59.68%
B=1.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12318840.3500.980.2681.295.8337.65
Hex7BBC4230621A516026
Octal17327444301423212114046
Binary111101110111100100100011011000101101010100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,4); }

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

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

 a { background-color: rgb(123,188,4); }

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

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

 span { border-color: rgb(123,188,4); }

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