Html Css Color HEX #75C724 Lima

📋 copy color: '#75C724'

red 117 ◦ green 199 ◦ blue 36

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

Shades of Lima #75C724

Tints of Lima #75C724

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.53%

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

R = 33.24%
G = 56.53%
B = 10.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#75C724 (or 0x75C724) is known color: Lima. HEX triplet: 75, C7 and 24. RGB value is (117,199,36). Sum of RGB (Red+Green+Blue) = 117+199+36=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #75C724 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C724 is #8A38DB. Grayscale: #9C9C9C. Windows color (decimal): -9058524 or 2410357. OLE color: 2410357.

HSL color Cylindrical-coordinate representation of color #75C724: hue angle of 90.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75C724 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 36 -
CMYK 0.41 0 0.82 0.22
HSL 90.18º 0.69% 0.46% -
HSV(B) 90.18º 0.82% 0.78% -
XYZ 28.08 44.76 8.83 -
YUV 155.9 60.33 100.25 -
System Red Green Blue C M Y K H S L
Decimal 117 199 36 0.41 0 0.82 0.22 90.18 0.69 0.46
Hex 75 C7 24 29 0 52 16 5A 45 2E
Octal 165 307 44 51 0 122 26 132 105 56
Binary 1110101 11000111 100100 101001 0 1010010 10110 1011010 1000101 101110

Color Harmonies of #75C724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C724

Black with #75C724

Text Example


Text Example

White with #75C724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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