Html Css Color HEX #7FB028 Lima

📋 copy color: '#7FB028'

red 127 ◦ green 176 ◦ blue 40

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

Shades of Lima #7FB028

Tints of Lima #7FB028

RGB

 RED value IS 127 (50% from 255) = 37.03%

 GREEN value IS 176 (69.14% from 255) = 51.31%

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 37.03%
G = 51.31%
B = 11.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7FB028 (or 0x7FB028) is known color: Lima. HEX triplet: 7F, B0 and 28. RGB value is (127,176,40). Sum of RGB (Red+Green+Blue) = 127+176+40=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB028 is #804FD7. Grayscale: #929292. Windows color (decimal): -8409048 or 2666623. OLE color: 2666623.

HSL color Cylindrical-coordinate representation of color #7FB028: hue angle of 81.62º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FB028 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 40 -
CMYK 0.28 0 0.77 0.31
HSL 81.62º 0.63% 0.42% -
HSV(B) 81.62º 0.77% 0.69% -
XYZ 24.66 35.72 7.6 -
YUV 145.85 68.27 114.56 -
System Red Green Blue C M Y K H S L
Decimal 127 176 40 0.28 0 0.77 0.31 81.62 0.63 0.42
Hex 7F B0 28 1C 0 4D 1F 52 3F 2A
Octal 177 260 50 34 0 115 37 122 77 52
Binary 1111111 10110000 101000 11100 0 1001101 11111 1010010 111111 101010

Color Harmonies of #7FB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB028

Black with #7FB028

Text Example


Text Example

White with #7FB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB028; }

 p { color: rgb(127,176,40); }

 H1.HeaderClassName
 {
   color: #7FB028;
 }
 .AnyTagClassName
 {
   color: #7FB028;
 }
</style>

background-color css

<style>
 a { background-color: #7FB028; }

 a { background-color: rgb(127,176,40); }

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

border-color css

<style>
 span { border-color: #7FB028; }

 span { border-color: rgb(127,176,40); }

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