Html Css Color HEX #75BC32 Lima

📋 copy color: '#75BC32'

red 117 ◦ green 188 ◦ blue 50

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

Shades of Lima #75BC32

Tints of Lima #75BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.96%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 32.96%
G = 52.96%
B = 14.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#75BC32 (or 0x75BC32) is known color: Lima. HEX triplet: 75, BC and 32. RGB value is (117,188,50). Sum of RGB (Red+Green+Blue) = 117+188+50=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC32 is #8A43CD. Grayscale: #979797. Windows color (decimal): -9061326 or 3325045. OLE color: 3325045.

HSL color Cylindrical-coordinate representation of color #75BC32: hue angle of 90.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75BC32 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 50 -
CMYK 0.38 0 0.73 0.26
HSL 90.87º 0.58% 0.47% -
HSV(B) 90.87º 0.73% 0.74% -
XYZ 25.9 39.98 9.37 -
YUV 151.04 70.98 103.72 -
System Red Green Blue C M Y K H S L
Decimal 117 188 50 0.38 0 0.73 0.26 90.87 0.58 0.47
Hex 75 BC 32 26 0 49 1A 5B 3A 2F
Octal 165 274 62 46 0 111 32 133 72 57
Binary 1110101 10111100 110010 100110 0 1001001 11010 1011011 111010 101111

Color Harmonies of #75BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC32

Black with #75BC32

Text Example


Text Example

White with #75BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,50); }

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

background-color css

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

 a { background-color: rgb(117,188,50); }

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

border-color css

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

 span { border-color: rgb(117,188,50); }

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