Html Css Color HEX #75C220 Lima

📋 copy color: '#75C220'

red 117 ◦ green 194 ◦ blue 32

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

Shades of Lima #75C220

Tints of Lima #75C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 34.11%
G = 56.56%
B = 9.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#75C220 (or 0x75C220) is known color: Lima. HEX triplet: 75, C2 and 20. RGB value is (117,194,32). Sum of RGB (Red+Green+Blue) = 117+194+32=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #75C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C220 is #8A3DDF. Grayscale: #999999. Windows color (decimal): -9059808 or 2146933. OLE color: 2146933.

HSL color Cylindrical-coordinate representation of color #75C220: hue angle of 88.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75C220 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 32 -
CMYK 0.40 0 0.84 0.24
HSL 88.52º 0.72% 0.44% -
HSV(B) 88.52º 0.84% 0.76% -
XYZ 26.89 42.47 8.15 -
YUV 152.51 59.99 102.67 -
System Red Green Blue C M Y K H S L
Decimal 117 194 32 0.40 0 0.84 0.24 88.52 0.72 0.44
Hex 75 C2 20 28 0 54 18 59 48 2C
Octal 165 302 40 50 0 124 30 131 110 54
Binary 1110101 11000010 100000 101000 0 1010100 11000 1011001 1001000 101100

Color Harmonies of #75C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C220

Black with #75C220

Text Example


Text Example

White with #75C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,32); }

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

background-color css

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

 a { background-color: rgb(117,194,32); }

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

border-color css

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

 span { border-color: rgb(117,194,32); }

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