Html Css Color HEX #75AB27 Lima

📋 copy color: '#75AB27'

red 117 ◦ green 171 ◦ blue 39

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

Shades of Lima #75AB27

Tints of Lima #75AB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 35.78%
G = 52.29%
B = 11.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#75AB27 (or 0x75AB27) is known color: Lima. HEX triplet: 75, AB and 27. RGB value is (117,171,39). Sum of RGB (Red+Green+Blue) = 117+171+39=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB27 is #8A54D8. Grayscale: #8C8C8C. Windows color (decimal): -9065689 or 2599797. OLE color: 2599797.

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

Color convert

RGB 117 171 39 -
CMYK 0.32 0 0.77 0.33
HSL 84.55º 0.63% 0.41% -
HSV(B) 84.55º 0.77% 0.67% -
XYZ 22.27 33.05 7.13 -
YUV 139.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 117 171 39 0.32 0 0.77 0.33 84.55 0.63 0.41
Hex 75 AB 27 20 0 4D 21 55 3F 29
Octal 165 253 47 40 0 115 41 125 77 51
Binary 1110101 10101011 100111 100000 0 1001101 100001 1010101 111111 101001

Color Harmonies of #75AB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB27

Black with #75AB27

Text Example


Text Example

White with #75AB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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