Html Css Color HEX #75BD32 Lima

📋 copy color: '#75BD32'

red 117 ◦ green 189 ◦ blue 50

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

Shades of Lima #75BD32

Tints of Lima #75BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

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

R = 32.87%
G = 53.09%
B = 14.04%

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

#75BD32 (or 0x75BD32) is known color: Lima. HEX triplet: 75, BD and 32. RGB value is (117,189,50). Sum of RGB (Red+Green+Blue) = 117+189+50=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD32 is #8A42CD. Grayscale: #989898. Windows color (decimal): -9061070 or 3325301. OLE color: 3325301.

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

Color convert

RGB 117 189 50 -
CMYK 0.38 0 0.74 0.26
HSL 91.08º 0.58% 0.47% -
HSV(B) 91.08º 0.74% 0.74% -
XYZ 26.11 40.41 9.44 -
YUV 151.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 117 189 50 0.38 0 0.74 0.26 91.08 0.58 0.47
Hex 75 BD 32 26 0 4A 1A 5B 3A 2F
Octal 165 275 62 46 0 112 32 133 72 57
Binary 1110101 10111101 110010 100110 0 1001010 11010 1011011 111010 101111

Color Harmonies of #75BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD32

Black with #75BD32

Text Example


Text Example

White with #75BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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