#75FE00

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

Shades of Lawn Green #75FE00

Tints of Lawn Green #75FE00

Color information

#75FE00 (or 0x75FE00) is unknown color: approx Lawn Green. HEX triplet: 75, FE and 00. RGB value is (117,254,0). Sum of RGB (Red+Green+Blue) = 117+254+0=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FE00 is #8A01FF. Grayscale: #B8B8B8. Windows color (decimal): -9044480 or 65141. OLE color: 65141.

HSL color Cylindrical-coordinate representation of color #75FE00: hue angle of 92.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75FE00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB1172540-
CMYK0.54010.00
HSL92.36º100%49.8%-
HSV(B)92.36º100%99.61%-
XYZ42.7874.6712.16-
YUV184.0824.1180.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 254 (99.61% from 255) = 68.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.54%
G=68.46%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal11725400.54010.0092.3610049.8
Hex75FE03606405c6432
Octal1653760660144013414462
Binary111010111111110011011001100100010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,0); }

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

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

 a { background-color: rgb(117,254,0); }

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

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

 span { border-color: rgb(117,254,0); }

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