#75BD1F

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

Shades of Lima #75BD1F

Tints of Lima #75BD1F

Color information

#75BD1F (or 0x75BD1F) is unknown color: approx Lima. HEX triplet: 75, BD and 1F. RGB value is (117,189,31). Sum of RGB (Red+Green+Blue) = 117+189+31=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD1F is #8A42E0. Grayscale: #969696. Windows color (decimal): -9061089 or 2080117. OLE color: 2080117.

HSL color Cylindrical-coordinate representation of color #75BD1F: hue angle of 87.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75BD1F is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB11718931-
CMYK0.3800.840.26
HSL87.34º71.82%43.14%-
HSV(B)87.34º83.6%74.12%-
XYZ25.7840.287.71-
YUV149.4661.15104.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 31 (12.5% from 255) = 9.20%
R=34.72%
G=56.08%
B=9.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117189310.3800.840.2687.3471.8243.14
Hex75BD1F260541A57482b
Octal165275374601243212711053
Binary11101011011110111111100110010101001101010101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,31); }

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

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

 a { background-color: rgb(117,189,31); }

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

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

 span { border-color: rgb(117,189,31); }

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