Html Css Color HEX #7FB42B Lima

📋 copy color: '#7FB42B'

red 127 ◦ green 180 ◦ blue 43

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

Shades of Lima #7FB42B

Tints of Lima #7FB42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

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

R = 36.29%
G = 51.43%
B = 12.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#7FB42B (or 0x7FB42B) is known color: Lima. HEX triplet: 7F, B4 and 2B. RGB value is (127,180,43). Sum of RGB (Red+Green+Blue) = 127+180+43=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB42B is #804BD4. Grayscale: #959595. Windows color (decimal): -8408021 or 2864255. OLE color: 2864255.

HSL color Cylindrical-coordinate representation of color #7FB42B: hue angle of 83.21º degrees, saturation: 0.61, 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 #7FB42B is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 43 -
CMYK 0.29 0 0.76 0.29
HSL 83.21º 0.61% 0.44% -
HSV(B) 83.21º 0.76% 0.71% -
XYZ 25.51 37.33 8.15 -
YUV 148.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 127 180 43 0.29 0 0.76 0.29 83.21 0.61 0.44
Hex 7F B4 2B 1D 0 4C 1D 53 3D 2C
Octal 177 264 53 35 0 114 35 123 75 54
Binary 1111111 10110100 101011 11101 0 1001100 11101 1010011 111101 101100

Color Harmonies of #7FB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB42B

Black with #7FB42B

Text Example


Text Example

White with #7FB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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