Html Css Color HEX #75AB2F Lima

📋 copy color: '#75AB2F'

red 117 ◦ green 171 ◦ blue 47

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

Shades of Lima #75AB2F

Tints of Lima #75AB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 34.93%
G = 51.04%
B = 14.03%

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

#75AB2F (or 0x75AB2F) is known color: Lima. HEX triplet: 75, AB and 2F. RGB value is (117,171,47). Sum of RGB (Red+Green+Blue) = 117+171+47=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB2F is #8A54D0. Grayscale: #8D8D8D. Windows color (decimal): -9065681 or 3124085. OLE color: 3124085.

HSL color Cylindrical-coordinate representation of color #75AB2F: hue angle of 86.13º degrees, saturation: 0.57, 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 #75AB2F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 47 -
CMYK 0.32 0 0.73 0.33
HSL 86.13º 0.57% 0.43% -
HSV(B) 86.13º 0.73% 0.67% -
XYZ 22.41 33.11 7.9 -
YUV 140.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 117 171 47 0.32 0 0.73 0.33 86.13 0.57 0.43
Hex 75 AB 2F 20 0 49 21 56 39 2B
Octal 165 253 57 40 0 111 41 126 71 53
Binary 1110101 10101011 101111 100000 0 1001001 100001 1010110 111001 101011

Color Harmonies of #75AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB2F

Black with #75AB2F

Text Example


Text Example

White with #75AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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