Html Css Color HEX #73ED34 Lawn Green

📋 copy color: '#73ED34'

red 115 ◦ green 237 ◦ blue 52

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

Shades of Lawn Green #73ED34

Tints of Lawn Green #73ED34

RGB

 RED value IS 115 (45.31% from 255) = 28.47%

 GREEN value IS 237 (92.97% from 255) = 58.66%

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 28.47%
G = 58.66%
B = 12.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#73ED34 (or 0x73ED34) is known color: Lawn Green. HEX triplet: 73, ED and 34. RGB value is (115,237,52). Sum of RGB (Red+Green+Blue) = 115+237+52=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 237 (92.97% from 255 or 58.66% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73ED34 is #8C12CB. Grayscale: #B4B4B4. Windows color (decimal): -9179852 or 3468659. OLE color: 3468659.

HSL color Cylindrical-coordinate representation of color #73ED34: hue angle of 99.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73ED34 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 237 52 -
CMYK 0.51 0 0.78 0.07
HSL 99.57º 0.84% 0.57% -
HSV(B) 99.57º 0.78% 0.93% -
XYZ 37.97 64.46 13.69 -
YUV 179.43 56.08 82.04 -
System Red Green Blue C M Y K H S L
Decimal 115 237 52 0.51 0 0.78 0.07 99.57 0.84 0.57
Hex 73 ED 34 33 0 4E 7 64 54 39
Octal 163 355 64 63 0 116 7 144 124 71
Binary 1110011 11101101 110100 110011 0 1001110 111 1100100 1010100 111001

Color Harmonies of #73ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ED34

Black with #73ED34

Text Example


Text Example

White with #73ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73ED34; }

 p { color: rgb(115,237,52); }

 H1.HeaderClassName
 {
   color: #73ED34;
 }
 .AnyTagClassName
 {
   color: #73ED34;
 }
</style>

background-color css

<style>
 a { background-color: #73ED34; }

 a { background-color: rgb(115,237,52); }

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

border-color css

<style>
 span { border-color: #73ED34; }

 span { border-color: rgb(115,237,52); }

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