Html Css Color HEX #7FB61B Lima

📋 copy color: '#7FB61B'

red 127 ◦ green 182 ◦ blue 27

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

Shades of Lima #7FB61B

Tints of Lima #7FB61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 37.8%
G = 54.17%
B = 8.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#7FB61B (or 0x7FB61B) is known color: Lima. HEX triplet: 7F, B6 and 1B. RGB value is (127,182,27). Sum of RGB (Red+Green+Blue) = 127+182+27=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB61B is #8049E4. Grayscale: #949494. Windows color (decimal): -8407525 or 1816191. OLE color: 1816191.

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

Color convert

RGB 127 182 27 -
CMYK 0.30 0 0.85 0.29
HSL 81.29º 0.74% 0.41% -
HSV(B) 81.29º 0.85% 0.71% -
XYZ 25.68 38.05 7.03 -
YUV 147.89 59.78 113.1 -
System Red Green Blue C M Y K H S L
Decimal 127 182 27 0.30 0 0.85 0.29 81.29 0.74 0.41
Hex 7F B6 1B 1E 0 55 1D 51 4A 29
Octal 177 266 33 36 0 125 35 121 112 51
Binary 1111111 10110110 11011 11110 0 1010101 11101 1010001 1001010 101001

Color Harmonies of #7FB61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB61B

Black with #7FB61B

Text Example


Text Example

White with #7FB61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,182,27); }

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

background-color css

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

 a { background-color: rgb(127,182,27); }

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

border-color css

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

 span { border-color: rgb(127,182,27); }

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