#7BC031

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

Shades of Lima #7BC031

Tints of Lima #7BC031

Color information

#7BC031 (or 0x7BC031) is unknown color: approx Lima. HEX triplet: 7B, C0 and 31. RGB value is (123,192,49). Sum of RGB (Red+Green+Blue) = 123+192+49=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC031 is #843FCE. Grayscale: #9B9B9B. Windows color (decimal): -8667087 or 3260539. OLE color: 3260539.

HSL color Cylindrical-coordinate representation of color #7BC031: hue angle of 88.95º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BC031 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB12319249-
CMYK0.3600.740.25
HSL88.95º59.34%47.25%-
HSV(B)88.95º74.48%75.29%-
XYZ27.5742.139.58-
YUV155.0768.14105.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.79%
GREEN value IS 192 (75.39% from 255) = 52.75%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=33.79%
G=52.75%
B=13.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123192490.3600.740.2588.9559.3447.25
Hex7BC0312404A19593b2f
Octal17330061440112311317357
Binary11110111100000011000110010001001010110011011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,49); }

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

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

 a { background-color: rgb(123,192,49); }

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

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

 span { border-color: rgb(123,192,49); }

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