#7CBC27

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

Shades of Lima #7CBC27

Tints of Lima #7CBC27

Color information

#7CBC27 (or 0x7CBC27) is unknown color: approx Lima. HEX triplet: 7C, BC and 27. RGB value is (124,188,39). Sum of RGB (Red+Green+Blue) = 124+188+39=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC27 is #8343D8. Grayscale: #989898. Windows color (decimal): -8602585 or 2604156. OLE color: 2604156.

HSL color Cylindrical-coordinate representation of color #7CBC27: hue angle of 85.77º 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 #7CBC27 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB12418839-
CMYK0.3400.790.26
HSL85.77º65.64%44.51%-
HSV(B)85.77º79.26%73.73%-
XYZ26.6640.48.31-
YUV151.8864.3108.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 188 (73.83% from 255) = 53.56%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=35.33%
G=53.56%
B=11.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124188390.3400.790.2685.7765.6444.51
Hex7CBC272204F1A56422d
Octal174274474201173212610255
Binary111110010111100100111100010010011111101010101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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