Html Css Color HEX #7FB325 Lima

📋 copy color: '#7FB325'

red 127 ◦ green 179 ◦ blue 37

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

Shades of Lima #7FB325

Tints of Lima #7FB325

RGB

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

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

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

R = 37.03%
G = 52.19%
B = 10.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#7FB325 (or 0x7FB325) is known color: Lima. HEX triplet: 7F, B3 and 25. RGB value is (127,179,37). Sum of RGB (Red+Green+Blue) = 127+179+37=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB325 is #804CDA. Grayscale: #939393. Windows color (decimal): -8408283 or 2470783. OLE color: 2470783.

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

Color convert

RGB 127 179 37 -
CMYK 0.29 0 0.79 0.30
HSL 81.97º 0.66% 0.42% -
HSV(B) 81.97º 0.79% 0.7% -
XYZ 25.21 36.89 7.54 -
YUV 147.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 127 179 37 0.29 0 0.79 0.30 81.97 0.66 0.42
Hex 7F B3 25 1D 0 4F 1E 52 42 2A
Octal 177 263 45 35 0 117 36 122 102 52
Binary 1111111 10110011 100101 11101 0 1001111 11110 1010010 1000010 101010

Color Harmonies of #7FB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB325

Black with #7FB325

Text Example


Text Example

White with #7FB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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