#7BCA12

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

Shades of Lima #7BCA12

Tints of Lima #7BCA12

Color information

#7BCA12 (or 0x7BCA12) is unknown color: approx Lima. HEX triplet: 7B, CA and 12. RGB value is (123,202,18). Sum of RGB (Red+Green+Blue) = 123+202+18=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCA12 is #8435ED. Grayscale: #9E9E9E. Windows color (decimal): -8664558 or 1231483. OLE color: 1231483.

HSL color Cylindrical-coordinate representation of color #7BCA12: hue angle of 85.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BCA12 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB12320218-
CMYK0.3900.910.21
HSL85.76º83.64%43.14%-
HSV(B)85.76º91.09%79.22%-
XYZ29.446.58-
YUV157.449.33103.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 18 (7.42% from 255) = 5.25%
R=35.86%
G=58.89%
B=5.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123202180.3900.910.2185.7683.6443.14
Hex7BCA122705B1556542b
Octal173312224701332512612453
Binary11110111100101010010100111010110111010110101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,18); }

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

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

 a { background-color: rgb(123,202,18); }

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

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

 span { border-color: rgb(123,202,18); }

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