Html Css Color HEX #7FBA26 Lima

📋 copy color: '#7FBA26'

red 127 ◦ green 186 ◦ blue 38

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

Shades of Lima #7FBA26

Tints of Lima #7FBA26

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.99%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 36.18%
G = 52.99%
B = 10.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#7FBA26 (or 0x7FBA26) is known color: Lima. HEX triplet: 7F, BA and 26. RGB value is (127,186,38). Sum of RGB (Red+Green+Blue) = 127+186+38=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA26 is #8045D9. Grayscale: #989898. Windows color (decimal): -8406490 or 2538111. OLE color: 2538111.

HSL color Cylindrical-coordinate representation of color #7FBA26: hue angle of 83.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FBA26 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 38 -
CMYK 0.32 0 0.80 0.27
HSL 83.92º 0.66% 0.44% -
HSV(B) 83.92º 0.8% 0.73% -
XYZ 26.66 39.77 8.1 -
YUV 151.49 63.95 110.53 -
System Red Green Blue C M Y K H S L
Decimal 127 186 38 0.32 0 0.80 0.27 83.92 0.66 0.44
Hex 7F BA 26 20 0 50 1B 54 42 2C
Octal 177 272 46 40 0 120 33 124 102 54
Binary 1111111 10111010 100110 100000 0 1010000 11011 1010100 1000010 101100

Color Harmonies of #7FBA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA26

Black with #7FBA26

Text Example


Text Example

White with #7FBA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,38); }

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

background-color css

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

 a { background-color: rgb(127,186,38); }

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

border-color css

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

 span { border-color: rgb(127,186,38); }

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