Html Css Color HEX #75AC28 Lima

📋 copy color: '#75AC28'

red 117 ◦ green 172 ◦ blue 40

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

Shades of Lima #75AC28

Tints of Lima #75AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 35.56%
G = 52.28%
B = 12.16%

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

#75AC28 (or 0x75AC28) is known color: Lima. HEX triplet: 75, AC and 28. RGB value is (117,172,40). Sum of RGB (Red+Green+Blue) = 117+172+40=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC28 is #8A53D7. Grayscale: #8C8C8C. Windows color (decimal): -9065432 or 2665589. OLE color: 2665589.

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

Color convert

RGB 117 172 40 -
CMYK 0.32 0 0.77 0.33
HSL 85º 0.62% 0.42% -
HSV(B) 85º 0.77% 0.67% -
XYZ 22.47 33.44 7.28 -
YUV 140.51 71.28 111.23 -
System Red Green Blue C M Y K H S L
Decimal 117 172 40 0.32 0 0.77 0.33 85 0.62 0.42
Hex 75 AC 28 20 0 4D 21 55 3E 2A
Octal 165 254 50 40 0 115 41 125 76 52
Binary 1110101 10101100 101000 100000 0 1001101 100001 1010101 111110 101010

Color Harmonies of #75AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC28

Black with #75AC28

Text Example


Text Example

White with #75AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,40); }

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

background-color css

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

 a { background-color: rgb(117,172,40); }

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

border-color css

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

 span { border-color: rgb(117,172,40); }

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