Html Css Color HEX #80F02D Lawn Green

📋 copy color: '#80F02D'

red 128 ◦ green 240 ◦ blue 45

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

Shades of Lawn Green #80F02D

Tints of Lawn Green #80F02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.11%

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 30.99%
G = 58.11%
B = 10.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#80F02D (or 0x80F02D) is known color: Lawn Green. HEX triplet: 80, F0 and 2D. RGB value is (128,240,45). Sum of RGB (Red+Green+Blue) = 128+240+45=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #80F02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F02D is #7F0FD2. Grayscale: #B8B8B8. Windows color (decimal): -8327123 or 3010688. OLE color: 3010688.

HSL color Cylindrical-coordinate representation of color #80F02D: hue angle of 94.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80F02D is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 45 -
CMYK 0.47 0 0.81 0.06
HSL 94.46º 0.87% 0.56% -
HSV(B) 94.46º 0.81% 0.94% -
XYZ 40.54 67.1 13.3 -
YUV 184.28 49.39 87.86 -
System Red Green Blue C M Y K H S L
Decimal 128 240 45 0.47 0 0.81 0.06 94.46 0.87 0.56
Hex 80 F0 2D 2F 0 51 6 5E 57 38
Octal 200 360 55 57 0 121 6 136 127 70
Binary 10000000 11110000 101101 101111 0 1010001 110 1011110 1010111 111000

Color Harmonies of #80F02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F02D

Black with #80F02D

Text Example


Text Example

White with #80F02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,240,45); }

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

background-color css

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

 a { background-color: rgb(128,240,45); }

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

border-color css

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

 span { border-color: rgb(128,240,45); }

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