Html Css Color HEX #80ED03 Lawn Green

📋 copy color: '#80ED03'

red 128 ◦ green 237 ◦ blue 3

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

Shades of Lawn Green #80ED03

Tints of Lawn Green #80ED03

RGB

 RED value IS 128 (50.39% from 255) = 34.78%

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 34.78%
G = 64.4%
B = 0.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#80ED03 (or 0x80ED03) is known color: Lawn Green. HEX triplet: 80, ED and 03. RGB value is (128,237,3). Sum of RGB (Red+Green+Blue) = 128+237+3=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80ED03 is #7F12FC. Grayscale: #B2B2B2. Windows color (decimal): -8327933 or 257408. OLE color: 257408.

HSL color Cylindrical-coordinate representation of color #80ED03: hue angle of 87.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80ED03 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 3 -
CMYK 0.46 0 0.99 0.07
HSL 87.95º 0.98% 0.47% -
HSV(B) 87.95º 0.99% 0.93% -
XYZ 39.2 65.16 10.6 -
YUV 177.73 29.39 92.53 -
System Red Green Blue C M Y K H S L
Decimal 128 237 3 0.46 0 0.99 0.07 87.95 0.98 0.47
Hex 80 ED 3 2E 0 63 7 58 62 2F
Octal 200 355 3 56 0 143 7 130 142 57
Binary 10000000 11101101 11 101110 0 1100011 111 1011000 1100010 101111

Color Harmonies of #80ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED03

Black with #80ED03

Text Example


Text Example

White with #80ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ED03; }

 p { color: rgb(128,237,3); }

 H1.HeaderClassName
 {
   color: #80ED03;
 }
 .AnyTagClassName
 {
   color: #80ED03;
 }
</style>

background-color css

<style>
 a { background-color: #80ED03; }

 a { background-color: rgb(128,237,3); }

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

border-color css

<style>
 span { border-color: #80ED03; }

 span { border-color: rgb(128,237,3); }

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