Html Css Color HEX #7FB32E Lima

📋 copy color: '#7FB32E'

red 127 ◦ green 179 ◦ blue 46

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

Shades of Lima #7FB32E

Tints of Lima #7FB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 36.08%
G = 50.85%
B = 13.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#7FB32E (or 0x7FB32E) is known color: Lima. HEX triplet: 7F, B3 and 2E. RGB value is (127,179,46). Sum of RGB (Red+Green+Blue) = 127+179+46=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB32E is #804CD1. Grayscale: #949494. Windows color (decimal): -8408274 or 3060607. OLE color: 3060607.

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

Color convert

RGB 127 179 46 -
CMYK 0.29 0 0.74 0.30
HSL 83.46º 0.59% 0.44% -
HSV(B) 83.46º 0.74% 0.7% -
XYZ 25.37 36.95 8.38 -
YUV 148.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 127 179 46 0.29 0 0.74 0.30 83.46 0.59 0.44
Hex 7F B3 2E 1D 0 4A 1E 53 3B 2C
Octal 177 263 56 35 0 112 36 123 73 54
Binary 1111111 10110011 101110 11101 0 1001010 11110 1010011 111011 101100

Color Harmonies of #7FB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB32E

Black with #7FB32E

Text Example


Text Example

White with #7FB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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