Html Css Color HEX #7FBC2F Lima

📋 copy color: '#7FBC2F'

red 127 ◦ green 188 ◦ blue 47

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

Shades of Lima #7FBC2F

Tints of Lima #7FBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 35.08%
G = 51.93%
B = 12.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#7FBC2F (or 0x7FBC2F) is known color: Lima. HEX triplet: 7F, BC and 2F. RGB value is (127,188,47). Sum of RGB (Red+Green+Blue) = 127+188+47=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC2F is #8043D0. Grayscale: #9A9A9A. Windows color (decimal): -8405969 or 3128447. OLE color: 3128447.

HSL color Cylindrical-coordinate representation of color #7FBC2F: hue angle of 85.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FBC2F is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 47 -
CMYK 0.32 0 0.75 0.26
HSL 85.96º 0.6% 0.46% -
HSV(B) 85.96º 0.75% 0.74% -
XYZ 27.25 40.68 9.11 -
YUV 153.69 67.79 108.96 -
System Red Green Blue C M Y K H S L
Decimal 127 188 47 0.32 0 0.75 0.26 85.96 0.6 0.46
Hex 7F BC 2F 20 0 4B 1A 56 3C 2E
Octal 177 274 57 40 0 113 32 126 74 56
Binary 1111111 10111100 101111 100000 0 1001011 11010 1010110 111100 101110

Color Harmonies of #7FBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC2F

Black with #7FBC2F

Text Example


Text Example

White with #7FBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,47); }

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

background-color css

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

 a { background-color: rgb(127,188,47); }

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

border-color css

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

 span { border-color: rgb(127,188,47); }

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