Html Css Color HEX #75E012 Lawn Green

📋 copy color: '#75E012'

red 117 ◦ green 224 ◦ blue 18

#75E012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #75E012

Tints of Lawn Green #75E012

RGB

 RED value IS 117 (46.09% from 255) = 32.59%

 GREEN value IS 224 (87.89% from 255) = 62.4%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 32.59%
G = 62.4%
B = 5.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#75E012 (or 0x75E012) is known color: Lawn Green. HEX triplet: 75, E0 and 12. RGB value is (117,224,18). Sum of RGB (Red+Green+Blue) = 117+224+18=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #75E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E012 is #8A1FED. Grayscale: #A9A9A9. Windows color (decimal): -9052142 or 1237109. OLE color: 1237109.

HSL color Cylindrical-coordinate representation of color #75E012: hue angle of 91.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75E012 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 18 -
CMYK 0.48 0 0.92 0.12
HSL 91.17º 0.85% 0.47% -
HSV(B) 91.17º 0.92% 0.88% -
XYZ 34.1 57.14 9.8 -
YUV 168.52 43.05 91.25 -
System Red Green Blue C M Y K H S L
Decimal 117 224 18 0.48 0 0.92 0.12 91.17 0.85 0.47
Hex 75 E0 12 30 0 5C C 5B 55 2F
Octal 165 340 22 60 0 134 14 133 125 57
Binary 1110101 11100000 10010 110000 0 1011100 1100 1011011 1010101 101111

Color Harmonies of #75E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E012

Black with #75E012

Text Example


Text Example

White with #75E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,224,18); }

 H1.HeaderClassName
 {
   color: #75E012;
 }
 .AnyTagClassName
 {
   color: #75E012;
 }
</style>

background-color css

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

 a { background-color: rgb(117,224,18); }

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

border-color css

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

 span { border-color: rgb(117,224,18); }

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