Html Css Color HEX #7FB533 Lima

📋 copy color: '#7FB533'

red 127 ◦ green 181 ◦ blue 51

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

Shades of Lima #7FB533

Tints of Lima #7FB533

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.42%

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 35.38%
G = 50.42%
B = 14.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#7FB533 (or 0x7FB533) is known color: Lima. HEX triplet: 7F, B5 and 33. RGB value is (127,181,51). Sum of RGB (Red+Green+Blue) = 127+181+51=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB533 is #804ACC. Grayscale: #969696. Windows color (decimal): -8407757 or 3388799. OLE color: 3388799.

HSL color Cylindrical-coordinate representation of color #7FB533: hue angle of 84.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FB533 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 51 -
CMYK 0.30 0 0.72 0.29
HSL 84.92º 0.56% 0.45% -
HSV(B) 84.92º 0.72% 0.71% -
XYZ 25.87 37.8 9.06 -
YUV 150.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 127 181 51 0.30 0 0.72 0.29 84.92 0.56 0.45
Hex 7F B5 33 1E 0 48 1D 55 38 2D
Octal 177 265 63 36 0 110 35 125 70 55
Binary 1111111 10110101 110011 11110 0 1001000 11101 1010101 111000 101101

Color Harmonies of #7FB533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB533

Black with #7FB533

Text Example


Text Example

White with #7FB533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,51); }

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

background-color css

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

 a { background-color: rgb(127,181,51); }

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

border-color css

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

 span { border-color: rgb(127,181,51); }

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