Html Css Color HEX #80BF25 Lima

📋 copy color: '#80BF25'

red 128 ◦ green 191 ◦ blue 37

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

Shades of Lima #80BF25

Tints of Lima #80BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 53.65%

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 35.96%
G = 53.65%
B = 10.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#80BF25 (or 0x80BF25) is known color: Lima. HEX triplet: 80, BF and 25. RGB value is (128,191,37). Sum of RGB (Red+Green+Blue) = 128+191+37=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF25 is #7F40DA. Grayscale: #9B9B9B. Windows color (decimal): -8339675 or 2473856. OLE color: 2473856.

HSL color Cylindrical-coordinate representation of color #80BF25: hue angle of 84.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80BF25 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 37 -
CMYK 0.33 0 0.81 0.25
HSL 84.55º 0.68% 0.45% -
HSV(B) 84.55º 0.81% 0.75% -
XYZ 27.87 41.98 8.39 -
YUV 154.61 61.63 109.02 -
System Red Green Blue C M Y K H S L
Decimal 128 191 37 0.33 0 0.81 0.25 84.55 0.68 0.45
Hex 80 BF 25 21 0 51 19 55 44 2D
Octal 200 277 45 41 0 121 31 125 104 55
Binary 10000000 10111111 100101 100001 0 1010001 11001 1010101 1000100 101101

Color Harmonies of #80BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF25

Black with #80BF25

Text Example


Text Example

White with #80BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,37); }

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

background-color css

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

 a { background-color: rgb(128,191,37); }

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

border-color css

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

 span { border-color: rgb(128,191,37); }

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