#7CBB13

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

Shades of Lima #7CBB13

Tints of Lima #7CBB13

Color information

#7CBB13 (or 0x7CBB13) is unknown color: approx Lima. HEX triplet: 7C, BB and 13. RGB value is (124,187,19). Sum of RGB (Red+Green+Blue) = 124+187+19=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB13 is #8344EC. Grayscale: #959595. Windows color (decimal): -8602861 or 1293180. OLE color: 1293180.

HSL color Cylindrical-coordinate representation of color #7CBB13: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBB13 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB12418719-
CMYK0.3400.900.27
HSL82.5º81.55%40.39%-
HSV(B)82.5º89.84%73.33%-
XYZ26.239.876.93-
YUV149.0154.63110.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 187 (73.44% from 255) = 56.67%
BLUE value IS 19 (7.81% from 255) = 5.76%
R=37.58%
G=56.67%
B=5.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124187190.3400.900.2782.581.5540.39
Hex7CBB132205A1B525228
Octal174273234201323312212250
Binary11111001011101110011100010010110101101110100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,19); }

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

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

 a { background-color: rgb(124,187,19); }

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

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

 span { border-color: rgb(124,187,19); }

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