#75DC02

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

Shades of Lawn Green #75DC02

Tints of Lawn Green #75DC02

Color information

#75DC02 (or 0x75DC02) is unknown color: approx Lawn Green. HEX triplet: 75, DC and 02. RGB value is (117,220,2). Sum of RGB (Red+Green+Blue) = 117+220+2=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC02 is #8A23FD. Grayscale: #A5A5A5. Windows color (decimal): -9053182 or 187509. OLE color: 187509.

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

Color convert

RGB1172202-
CMYK0.4700.990.14
HSL88.35º98.2%43.53%-
HSV(B)88.35º99.09%86.27%-
XYZ32.9454.978.93-
YUV164.3536.3894.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=34.51%
G=64.90%
B=0.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11722020.4700.990.1488.3598.243.53
Hex75DC22F063E58622c
Octal16533425701431613014254
Binary1110101110111001010111101100011111010110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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