Html Css Color HEX #75BC31 Lima

📋 copy color: '#75BC31'

red 117 ◦ green 188 ◦ blue 49

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

Shades of Lima #75BC31

Tints of Lima #75BC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 33.05%
G = 53.11%
B = 13.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#75BC31 (or 0x75BC31) is known color: Lima. HEX triplet: 75, BC and 31. RGB value is (117,188,49). Sum of RGB (Red+Green+Blue) = 117+188+49=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC31 is #8A43CE. Grayscale: #979797. Windows color (decimal): -9061327 or 3259509. OLE color: 3259509.

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

Color convert

RGB 117 188 49 -
CMYK 0.38 0 0.74 0.26
HSL 90.65º 0.59% 0.46% -
HSV(B) 90.65º 0.74% 0.74% -
XYZ 25.87 39.97 9.26 -
YUV 150.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 117 188 49 0.38 0 0.74 0.26 90.65 0.59 0.46
Hex 75 BC 31 26 0 4A 1A 5B 3B 2E
Octal 165 274 61 46 0 112 32 133 73 56
Binary 1110101 10111100 110001 100110 0 1001010 11010 1011011 111011 101110

Color Harmonies of #75BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC31

Black with #75BC31

Text Example


Text Example

White with #75BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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