Html Css Color HEX #75E320 Lawn Green

📋 copy color: '#75E320'

red 117 ◦ green 227 ◦ blue 32

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

Shades of Lawn Green #75E320

Tints of Lawn Green #75E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.37%

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

R = 31.12%
G = 60.37%
B = 8.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#75E320 (or 0x75E320) is known color: Lawn Green. HEX triplet: 75, E3 and 20. RGB value is (117,227,32). Sum of RGB (Red+Green+Blue) = 117+227+32=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #75E320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E320 is #8A1CDF. Grayscale: #ACACAC. Windows color (decimal): -9051360 or 2155381. OLE color: 2155381.

HSL color Cylindrical-coordinate representation of color #75E320: hue angle of 93.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75E320 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 32 -
CMYK 0.48 0 0.86 0.11
HSL 93.85º 0.78% 0.51% -
HSV(B) 93.85º 0.86% 0.89% -
XYZ 35.07 58.82 10.87 -
YUV 171.88 49.06 88.86 -
System Red Green Blue C M Y K H S L
Decimal 117 227 32 0.48 0 0.86 0.11 93.85 0.78 0.51
Hex 75 E3 20 30 0 56 B 5E 4E 33
Octal 165 343 40 60 0 126 13 136 116 63
Binary 1110101 11100011 100000 110000 0 1010110 1011 1011110 1001110 110011

Color Harmonies of #75E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E320

Black with #75E320

Text Example


Text Example

White with #75E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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