Html Css Color HEX #75AB2E Lima

📋 copy color: '#75AB2E'

red 117 ◦ green 171 ◦ blue 46

#75AB2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #75AB2E

Tints of Lima #75AB2E

RGB

 RED value IS 117 (46.09% from 255) = 35.03%

 GREEN value IS 171 (67.19% from 255) = 51.2%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 35.03%
G = 51.2%
B = 13.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#75AB2E (or 0x75AB2E) is known color: Lima. HEX triplet: 75, AB and 2E. RGB value is (117,171,46). Sum of RGB (Red+Green+Blue) = 117+171+46=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB2E is #8A54D1. Grayscale: #8D8D8D. Windows color (decimal): -9065682 or 3058549. OLE color: 3058549.

HSL color Cylindrical-coordinate representation of color #75AB2E: hue angle of 85.92º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75AB2E is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 46 -
CMYK 0.32 0 0.73 0.33
HSL 85.92º 0.58% 0.43% -
HSV(B) 85.92º 0.73% 0.67% -
XYZ 22.39 33.1 7.79 -
YUV 140.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 117 171 46 0.32 0 0.73 0.33 85.92 0.58 0.43
Hex 75 AB 2E 20 0 49 21 56 3A 2B
Octal 165 253 56 40 0 111 41 126 72 53
Binary 1110101 10101011 101110 100000 0 1001001 100001 1010110 111010 101011

Color Harmonies of #75AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB2E

Black with #75AB2E

Text Example


Text Example

White with #75AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,46); }

 H1.HeaderClassName
 {
   color: #75AB2E;
 }
 .AnyTagClassName
 {
   color: #75AB2E;
 }
</style>

background-color css

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

 a { background-color: rgb(117,171,46); }

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

border-color css

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

 span { border-color: rgb(117,171,46); }

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