#7BAF27

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

Shades of Lima #7BAF27

Tints of Lima #7BAF27

Color information

#7BAF27 (or 0x7BAF27) is unknown color: approx Lima. HEX triplet: 7B, AF and 27. RGB value is (123,175,39). Sum of RGB (Red+Green+Blue) = 123+175+39=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF27 is #8450D8. Grayscale: #909090. Windows color (decimal): -8671449 or 2600827. OLE color: 2600827.

HSL color Cylindrical-coordinate representation of color #7BAF27: hue angle of 82.94º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BAF27 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB12317539-
CMYK0.3000.780.31
HSL82.94º63.55%41.96%-
HSV(B)82.94º77.71%68.63%-
XYZ23.8635.027.42-
YUV143.9568.77113.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=36.50%
G=51.93%
B=11.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175390.3000.780.3182.9463.5541.96
Hex7BAF271E04E1F53402a
Octal173257473601163712310052
Binary11110111010111110011111110010011101111110100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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