#75FF18

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

Shades of Lawn Green #75FF18

Tints of Lawn Green #75FF18

Color information

#75FF18 (or 0x75FF18) is unknown color: approx Lawn Green. HEX triplet: 75, FF and 18. RGB value is (117,255,24). Sum of RGB (Red+Green+Blue) = 117+255+24=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FF18 is #8A00E7. Grayscale: #BCBCBC. Windows color (decimal): -9044200 or 1638261. OLE color: 1638261.

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

Color convert

RGB11725524-
CMYK0.5400.910
HSL95.84º100%54.71%-
HSV(B)95.84º90.59%100%-
XYZ43.2675.3713.13-
YUV187.435.7877.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 255 (100% from 255) = 64.39%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=29.55%
G=64.39%
B=6.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117255240.5400.91095.8410054.71
Hex75FF183605B0606437
Octal16537730660133014014467
Binary1110101111111111100011011001011011011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,255,24); }

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

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

 a { background-color: rgb(117,255,24); }

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

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

 span { border-color: rgb(117,255,24); }

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