#75ED02

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

Shades of Lawn Green #75ED02

Tints of Lawn Green #75ED02

Color information

#75ED02 (or 0x75ED02) is unknown color: approx Lawn Green. HEX triplet: 75, ED and 02. RGB value is (117,237,2). Sum of RGB (Red+Green+Blue) = 117+237+2=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #75ED02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75ED02 is #8A12FD. Grayscale: #AFAFAF. Windows color (decimal): -9048830 or 191861. OLE color: 191861.

HSL color Cylindrical-coordinate representation of color #75ED02: hue angle of 90.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75ED02 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB1172372-
CMYK0.5100.990.07
HSL90.64º98.33%46.86%-
HSV(B)90.64º99.16%92.94%-
XYZ37.6364.3510.5-
YUV174.3330.7487.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 237 (92.97% from 255) = 66.57%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=32.87%
G=66.57%
B=0.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11723720.5100.990.0790.6498.3346.86
Hex75ED23306375b622f
Octal1653552630143713314257
Binary111010111101101101100110110001111110110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,2); }

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

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

 a { background-color: rgb(117,237,2); }

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

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

 span { border-color: rgb(117,237,2); }

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