Html Css Color HEX #80FF30 Green Yellow

📋 copy color: '#80FF30'

red 128 ◦ green 255 ◦ blue 48

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

Shades of Green Yellow #80FF30

Tints of Green Yellow #80FF30

RGB

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

 GREEN value IS 255 (100% from 255) = 59.16%

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 29.7%
G = 59.16%
B = 11.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#80FF30 (or 0x80FF30) is known color: Green Yellow. HEX triplet: 80, FF and 30. RGB value is (128,255,48). Sum of RGB (Red+Green+Blue) = 128+255+48=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF30 is #7F00CF. Grayscale: #C2C2C2. Windows color (decimal): -8323280 or 3211136. OLE color: 3211136.

HSL color Cylindrical-coordinate representation of color #80FF30: hue angle of 96.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80FF30 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 48 -
CMYK 0.50 0 0.81 0
HSL 96.81º 1% 0.59% -
HSV(B) 96.81º 0.81% 1% -
XYZ 45.2 76.32 15.15 -
YUV 193.43 45.92 81.33 -
System Red Green Blue C M Y K H S L
Decimal 128 255 48 0.50 0 0.81 0 96.81 1 0.59
Hex 80 FF 30 32 0 51 0 61 64 3B
Octal 200 377 60 62 0 121 0 141 144 73
Binary 10000000 11111111 110000 110010 0 1010001 0 1100001 1100100 111011

Color Harmonies of #80FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FF30

Black with #80FF30

Text Example


Text Example

White with #80FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,255,48); }

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

background-color css

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

 a { background-color: rgb(128,255,48); }

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

border-color css

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

 span { border-color: rgb(128,255,48); }

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