#75E01E

Color #75E01E Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #75E01E

Tints of Lawn Green #75E01E

Color information

#75E01E (or 0x75E01E) is unknown color: approx Lawn Green. HEX triplet: 75, E0 and 1E. RGB value is (117,224,30). Sum of RGB (Red+Green+Blue) = 117+224+30=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #75E01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E01E is #8A1FE1. Grayscale: #AAAAAA. Windows color (decimal): -9052130 or 2023541. OLE color: 2023541.

HSL color Cylindrical-coordinate representation of color #75E01E: hue angle of 93.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75E01E is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB11722430-
CMYK0.4800.870.12
HSL93.09º76.38%49.8%-
HSV(B)93.09º86.61%87.84%-
XYZ34.2357.1910.46-
YUV169.8949.0590.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 224 (87.89% from 255) = 60.38%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=31.54%
G=60.38%
B=8.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117224300.4800.870.1293.0976.3849.8
Hex75E01E30057C5d4c32
Octal165340366001271413511462
Binary1110101111000001111011000001010111110010111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,30); }

 H1.HeaderClassName
 {
   color: #75E01E;
 }
 .AnyTagClassName
 {
   color: #75E01E;
 }
</style>
background-color css

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

 a { background-color: rgb(117,224,30); }

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

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

 span { border-color: rgb(117,224,30); }

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