#75EA00

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

Shades of Lawn Green #75EA00

Tints of Lawn Green #75EA00

Color information

#75EA00 (or 0x75EA00) is unknown color: approx Lawn Green. HEX triplet: 75, EA and 00. RGB value is (117,234,0). Sum of RGB (Red+Green+Blue) = 117+234+0=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EA00 is #8A15FF. Grayscale: #ADADAD. Windows color (decimal): -9049600 or 60021. OLE color: 60021.

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

Color convert

RGB1172340-
CMYK0.5010.08
HSL90º100%45.88%-
HSV(B)90º100%91.76%-
XYZ36.7662.6310.15-
YUV172.3430.7488.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11723400.5010.089010045.88
Hex75EA03206485a642e
Octal16535206201441013214456
Binary111010111101010011001001100100100010110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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