Html Css Color HEX #75EC14 Lawn Green

📋 copy color: '#75EC14'

red 117 ◦ green 236 ◦ blue 20

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

Shades of Lawn Green #75EC14

Tints of Lawn Green #75EC14

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.27%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 31.37%
G = 63.27%
B = 5.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#75EC14 (or 0x75EC14) is known color: Lawn Green. HEX triplet: 75, EC and 14. RGB value is (117,236,20). Sum of RGB (Red+Green+Blue) = 117+236+20=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EC14 is #8A13EB. Grayscale: #B0B0B0. Windows color (decimal): -9049068 or 1371253. OLE color: 1371253.

HSL color Cylindrical-coordinate representation of color #75EC14: hue angle of 93.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75EC14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 20 -
CMYK 0.50 0 0.92 0.07
HSL 93.06º 0.85% 0.5% -
HSV(B) 93.06º 0.92% 0.93% -
XYZ 37.46 63.82 11.01 -
YUV 175.8 40.08 86.06 -
System Red Green Blue C M Y K H S L
Decimal 117 236 20 0.50 0 0.92 0.07 93.06 0.85 0.5
Hex 75 EC 14 32 0 5C 7 5D 55 32
Octal 165 354 24 62 0 134 7 135 125 62
Binary 1110101 11101100 10100 110010 0 1011100 111 1011101 1010101 110010

Color Harmonies of #75EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EC14

Black with #75EC14

Text Example


Text Example

White with #75EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,236,20); }

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

background-color css

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

 a { background-color: rgb(117,236,20); }

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

border-color css

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

 span { border-color: rgb(117,236,20); }

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