Html Css Color HEX #75EC1C Lawn Green

📋 copy color: '#75EC1C'

red 117 ◦ green 236 ◦ blue 28

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

Shades of Lawn Green #75EC1C

Tints of Lawn Green #75EC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 30.71%
G = 61.94%
B = 7.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#75EC1C (or 0x75EC1C) is known color: Lawn Green. HEX triplet: 75, EC and 1C. RGB value is (117,236,28). Sum of RGB (Red+Green+Blue) = 117+236+28=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC1C is #8A13E3. Grayscale: #B1B1B1. Windows color (decimal): -9049060 or 1895541. OLE color: 1895541.

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

Color convert

RGB 117 236 28 -
CMYK 0.50 0 0.88 0.07
HSL 94.33º 0.85% 0.52% -
HSV(B) 94.33º 0.88% 0.93% -
XYZ 37.54 63.86 11.45 -
YUV 176.71 44.08 85.41 -
System Red Green Blue C M Y K H S L
Decimal 117 236 28 0.50 0 0.88 0.07 94.33 0.85 0.52
Hex 75 EC 1C 32 0 58 7 5E 55 34
Octal 165 354 34 62 0 130 7 136 125 64
Binary 1110101 11101100 11100 110010 0 1011000 111 1011110 1010101 110100

Color Harmonies of #75EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EC1C

Black with #75EC1C

Text Example


Text Example

White with #75EC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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