#75FC30

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

Shades of Lawn Green #75FC30

Tints of Lawn Green #75FC30

Color information

#75FC30 (or 0x75FC30) is unknown color: approx Lawn Green. HEX triplet: 75, FC and 30. RGB value is (117,252,48). Sum of RGB (Red+Green+Blue) = 117+252+48=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FC30 is #8A03CF. Grayscale: #BDBDBD. Windows color (decimal): -9044944 or 3210357. OLE color: 3210357.

HSL color Cylindrical-coordinate representation of color #75FC30: hue angle of 99.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75FC30 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB11725248-
CMYK0.5400.810.01
HSL99.71º97.14%58.82%-
HSV(B)99.71º80.95%98.82%-
XYZ42.6873.6214.76-
YUV188.3848.7777.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 252 (98.83% from 255) = 60.43%
BLUE value IS 48 (19.14% from 255) = 11.51%
R=28.06%
G=60.43%
B=11.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal117252480.5400.810.0199.7197.1458.82
Hex75FC3036051164613b
Octal16537460660121114414173
Binary11101011111110011000011011001010001111001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,252,48); }

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

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

 a { background-color: rgb(117,252,48); }

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

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

 span { border-color: rgb(117,252,48); }

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