Html Css Color HEX #75D328 Lima

📋 copy color: '#75D328'

red 117 ◦ green 211 ◦ blue 40

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

Shades of Lima #75D328

Tints of Lima #75D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.34%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 31.79%
G = 57.34%
B = 10.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#75D328 (or 0x75D328) is known color: Lima. HEX triplet: 75, D3 and 28. RGB value is (117,211,40). Sum of RGB (Red+Green+Blue) = 117+211+40=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #75D328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D328 is #8A2CD7. Grayscale: #A3A3A3. Windows color (decimal): -9055448 or 2675573. OLE color: 2675573.

HSL color Cylindrical-coordinate representation of color #75D328: hue angle of 92.98º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75D328 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 40 -
CMYK 0.45 0 0.81 0.17
HSL 92.98º 0.68% 0.49% -
HSV(B) 92.98º 0.81% 0.83% -
XYZ 31.01 50.52 10.12 -
YUV 163.4 58.36 94.9 -
System Red Green Blue C M Y K H S L
Decimal 117 211 40 0.45 0 0.81 0.17 92.98 0.68 0.49
Hex 75 D3 28 2D 0 51 11 5D 44 31
Octal 165 323 50 55 0 121 21 135 104 61
Binary 1110101 11010011 101000 101101 0 1010001 10001 1011101 1000100 110001

Color Harmonies of #75D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D328

Black with #75D328

Text Example


Text Example

White with #75D328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,40); }

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

background-color css

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

 a { background-color: rgb(117,211,40); }

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

border-color css

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

 span { border-color: rgb(117,211,40); }

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