Html Css Color HEX #75AD24 Lima

📋 copy color: '#75AD24'

red 117 ◦ green 173 ◦ blue 36

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

Shades of Lima #75AD24

Tints of Lima #75AD24

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.07%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 35.89%
G = 53.07%
B = 11.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#75AD24 (or 0x75AD24) is known color: Lima. HEX triplet: 75, AD and 24. RGB value is (117,173,36). Sum of RGB (Red+Green+Blue) = 117+173+36=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD24 is #8A52DB. Grayscale: #8D8D8D. Windows color (decimal): -9065180 or 2403701. OLE color: 2403701.

HSL color Cylindrical-coordinate representation of color #75AD24: hue angle of 84.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75AD24 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 36 -
CMYK 0.32 0 0.79 0.32
HSL 84.53º 0.66% 0.41% -
HSV(B) 84.53º 0.79% 0.68% -
XYZ 22.6 33.8 7 -
YUV 140.64 68.95 111.14 -
System Red Green Blue C M Y K H S L
Decimal 117 173 36 0.32 0 0.79 0.32 84.53 0.66 0.41
Hex 75 AD 24 20 0 4F 20 55 42 29
Octal 165 255 44 40 0 117 40 125 102 51
Binary 1110101 10101101 100100 100000 0 1001111 100000 1010101 1000010 101001

Color Harmonies of #75AD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD24

Black with #75AD24

Text Example


Text Example

White with #75AD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,36); }

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

background-color css

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

 a { background-color: rgb(117,173,36); }

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

border-color css

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

 span { border-color: rgb(117,173,36); }

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