Html Css Color HEX #7FB52B Lima

📋 copy color: '#7FB52B'

red 127 ◦ green 181 ◦ blue 43

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

Shades of Lima #7FB52B

Tints of Lima #7FB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 36.18%
G = 51.57%
B = 12.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#7FB52B (or 0x7FB52B) is known color: Lima. HEX triplet: 7F, B5 and 2B. RGB value is (127,181,43). Sum of RGB (Red+Green+Blue) = 127+181+43=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB52B is #804AD4. Grayscale: #959595. Windows color (decimal): -8407765 or 2864511. OLE color: 2864511.

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

Color convert

RGB 127 181 43 -
CMYK 0.30 0 0.76 0.29
HSL 83.48º 0.62% 0.44% -
HSV(B) 83.48º 0.76% 0.71% -
XYZ 25.71 37.73 8.21 -
YUV 149.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 127 181 43 0.30 0 0.76 0.29 83.48 0.62 0.44
Hex 7F B5 2B 1E 0 4C 1D 53 3E 2C
Octal 177 265 53 36 0 114 35 123 76 54
Binary 1111111 10110101 101011 11110 0 1001100 11101 1010011 111110 101100

Color Harmonies of #7FB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB52B

Black with #7FB52B

Text Example


Text Example

White with #7FB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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