Html Css Color HEX #75AC26 Lima

📋 copy color: '#75AC26'

red 117 ◦ green 172 ◦ blue 38

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

Shades of Lima #75AC26

Tints of Lima #75AC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 35.78%
G = 52.6%
B = 11.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#75AC26 (or 0x75AC26) is known color: Lima. HEX triplet: 75, AC and 26. RGB value is (117,172,38). Sum of RGB (Red+Green+Blue) = 117+172+38=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC26 is #8A53D9. Grayscale: #8C8C8C. Windows color (decimal): -9065434 or 2534517. OLE color: 2534517.

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

Color convert

RGB 117 172 38 -
CMYK 0.32 0 0.78 0.33
HSL 84.63º 0.64% 0.41% -
HSV(B) 84.63º 0.78% 0.67% -
XYZ 22.44 33.43 7.1 -
YUV 140.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 117 172 38 0.32 0 0.78 0.33 84.63 0.64 0.41
Hex 75 AC 26 20 0 4E 21 55 40 29
Octal 165 254 46 40 0 116 41 125 100 51
Binary 1110101 10101100 100110 100000 0 1001110 100001 1010101 1000000 101001

Color Harmonies of #75AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC26

Black with #75AC26

Text Example


Text Example

White with #75AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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