Html Css Color HEX #7FB322 Lima

📋 copy color: '#7FB322'

red 127 ◦ green 179 ◦ blue 34

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

Shades of Lima #7FB322

Tints of Lima #7FB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10%

R = 37.35%
G = 52.65%
B = 10%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#7FB322 (or 0x7FB322) is known color: Lima. HEX triplet: 7F, B3 and 22. RGB value is (127,179,34). Sum of RGB (Red+Green+Blue) = 127+179+34=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB322 is #804CDD. Grayscale: #939393. Windows color (decimal): -8408286 or 2274175. OLE color: 2274175.

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

Color convert

RGB 127 179 34 -
CMYK 0.29 0 0.81 0.30
HSL 81.52º 0.68% 0.42% -
HSV(B) 81.52º 0.81% 0.7% -
XYZ 25.16 36.87 7.3 -
YUV 146.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 127 179 34 0.29 0 0.81 0.30 81.52 0.68 0.42
Hex 7F B3 22 1D 0 51 1E 52 44 2A
Octal 177 263 42 35 0 121 36 122 104 52
Binary 1111111 10110011 100010 11101 0 1010001 11110 1010010 1000100 101010

Color Harmonies of #7FB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB322

Black with #7FB322

Text Example


Text Example

White with #7FB322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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