#7BBC27

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

Shades of Lima #7BBC27

Tints of Lima #7BBC27

Color information

#7BBC27 (or 0x7BBC27) is unknown color: approx Lima. HEX triplet: 7B, BC and 27. RGB value is (123,188,39). Sum of RGB (Red+Green+Blue) = 123+188+39=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC27 is #8443D8. Grayscale: #989898. Windows color (decimal): -8668121 or 2604155. OLE color: 2604155.

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

Color convert

RGB12318839-
CMYK0.3500.790.26
HSL86.17º65.64%44.51%-
HSV(B)86.17º79.26%73.73%-
XYZ26.5240.328.31-
YUV151.5864.47107.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 53.71%
BLUE value IS 39 (15.62% from 255) = 11.14%
R=35.14%
G=53.71%
B=11.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123188390.3500.790.2686.1765.6444.51
Hex7BBC272304F1A56422d
Octal173274474301173212610255
Binary111101110111100100111100011010011111101010101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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