Html Css Color HEX #75F020 Lawn Green

📋 copy color: '#75F020'

red 117 ◦ green 240 ◦ blue 32

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

Shades of Lawn Green #75F020

Tints of Lawn Green #75F020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.7%

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

R = 30.08%
G = 61.7%
B = 8.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#75F020 (or 0x75F020) is known color: Lawn Green. HEX triplet: 75, F0 and 20. RGB value is (117,240,32). Sum of RGB (Red+Green+Blue) = 117+240+32=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #75F020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F020 is #8A0FDF. Grayscale: #B4B4B4. Windows color (decimal): -9048032 or 2158709. OLE color: 2158709.

HSL color Cylindrical-coordinate representation of color #75F020: hue angle of 95.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75F020 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 240 32 -
CMYK 0.51 0 0.87 0.06
HSL 95.48º 0.87% 0.53% -
HSV(B) 95.48º 0.87% 0.94% -
XYZ 38.76 66.21 12.1 -
YUV 179.51 44.75 83.41 -
System Red Green Blue C M Y K H S L
Decimal 117 240 32 0.51 0 0.87 0.06 95.48 0.87 0.53
Hex 75 F0 20 33 0 57 6 5F 57 35
Octal 165 360 40 63 0 127 6 137 127 65
Binary 1110101 11110000 100000 110011 0 1010111 110 1011111 1010111 110101

Color Harmonies of #75F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F020

Black with #75F020

Text Example


Text Example

White with #75F020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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