#75BD2B

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

Shades of Lima #75BD2B

Tints of Lima #75BD2B

Color information

#75BD2B (or 0x75BD2B) is unknown color: approx Lima. HEX triplet: 75, BD and 2B. RGB value is (117,189,43). Sum of RGB (Red+Green+Blue) = 117+189+43=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD2B is #8A42D4. Grayscale: #979797. Windows color (decimal): -9061077 or 2866549. OLE color: 2866549.

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

Color convert

RGB11718943-
CMYK0.3800.770.26
HSL89.59º62.93%45.49%-
HSV(B)89.59º77.25%74.12%-
XYZ25.9740.358.71-
YUV150.8367.15103.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 43 (17.19% from 255) = 12.32%
R=33.52%
G=54.15%
B=12.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117189430.3800.770.2689.5962.9345.49
Hex75BD2B2604D1A5a3f2d
Octal16527553460115321327755
Binary11101011011110110101110011001001101110101011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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