Html Css Color HEX #7FBA02 Lima

📋 copy color: '#7FBA02'

red 127 ◦ green 186 ◦ blue 2

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

Shades of Lima #7FBA02

Tints of Lima #7FBA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 40.32%
G = 59.05%
B = 0.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7FBA02 (or 0x7FBA02) is known color: Lima. HEX triplet: 7F, BA and 02. RGB value is (127,186,2). Sum of RGB (Red+Green+Blue) = 127+186+2=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA02 is #8045FD. Grayscale: #949494. Windows color (decimal): -8406526 or 178815. OLE color: 178815.

HSL color Cylindrical-coordinate representation of color #7FBA02: hue angle of 79.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FBA02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 2 -
CMYK 0.32 0 0.99 0.27
HSL 79.24º 0.98% 0.37% -
HSV(B) 79.24º 0.99% 0.73% -
XYZ 26.32 39.63 6.32 -
YUV 147.38 45.95 113.46 -
System Red Green Blue C M Y K H S L
Decimal 127 186 2 0.32 0 0.99 0.27 79.24 0.98 0.37
Hex 7F BA 2 20 0 63 1B 4F 62 25
Octal 177 272 2 40 0 143 33 117 142 45
Binary 1111111 10111010 10 100000 0 1100011 11011 1001111 1100010 100101

Color Harmonies of #7FBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA02

Black with #7FBA02

Text Example


Text Example

White with #7FBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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