Html Css Color HEX #7FB320 Lima

📋 copy color: '#7FB320'

red 127 ◦ green 179 ◦ blue 32

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

Shades of Lima #7FB320

Tints of Lima #7FB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 37.57%
G = 52.96%
B = 9.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#7FB320 (or 0x7FB320) is known color: Lima. HEX triplet: 7F, B3 and 20. RGB value is (127,179,32). Sum of RGB (Red+Green+Blue) = 127+179+32=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB320 is #804CDF. Grayscale: #939393. Windows color (decimal): -8408288 or 2143103. OLE color: 2143103.

HSL color Cylindrical-coordinate representation of color #7FB320: hue angle of 81.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FB320 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 179 32 -
CMYK 0.29 0 0.82 0.30
HSL 81.22º 0.7% 0.41% -
HSV(B) 81.22º 0.82% 0.7% -
XYZ 25.13 36.86 7.16 -
YUV 146.69 63.27 113.95 -
System Red Green Blue C M Y K H S L
Decimal 127 179 32 0.29 0 0.82 0.30 81.22 0.7 0.41
Hex 7F B3 20 1D 0 52 1E 51 46 29
Octal 177 263 40 35 0 122 36 121 106 51
Binary 1111111 10110011 100000 11101 0 1010010 11110 1010001 1000110 101001

Color Harmonies of #7FB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB320

Black with #7FB320

Text Example


Text Example

White with #7FB320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,179,32); }

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

background-color css

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

 a { background-color: rgb(127,179,32); }

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

border-color css

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

 span { border-color: rgb(127,179,32); }

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