#75BF27

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

Shades of Lima #75BF27

Tints of Lima #75BF27

Color information

#75BF27 (or 0x75BF27) is unknown color: approx Lima. HEX triplet: 75, BF and 27. RGB value is (117,191,39). Sum of RGB (Red+Green+Blue) = 117+191+39=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF27 is #8A40D8. Grayscale: #989898. Windows color (decimal): -9060569 or 2604917. OLE color: 2604917.

HSL color Cylindrical-coordinate representation of color #75BF27: hue angle of 89.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75BF27 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB11719139-
CMYK0.3900.800.25
HSL89.21º66.09%45.1%-
HSV(B)89.21º79.58%74.9%-
XYZ26.3341.198.48-
YUV151.5564.48103.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=33.72%
G=55.04%
B=11.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117191390.3900.800.2589.2166.0945.1
Hex75BF27270501959422d
Octal165277474701203113110255
Binary111010110111111100111100111010100001100110110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BF27; }

 p { color: rgb(117,191,39); }

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

<style>
 a { background-color: #75BF27; }

 a { background-color: rgb(117,191,39); }

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

<style>
 span { border-color: #75BF27; }

 span { border-color: rgb(117,191,39); }

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