Html Css Color HEX #7FBC1B Lima

📋 copy color: '#7FBC1B'

red 127 ◦ green 188 ◦ blue 27

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

Shades of Lima #7FBC1B

Tints of Lima #7FBC1B

RGB

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

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

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

R = 37.13%
G = 54.97%
B = 7.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7FBC1B (or 0x7FBC1B) is known color: Lima. HEX triplet: 7F, BC and 1B. RGB value is (127,188,27). Sum of RGB (Red+Green+Blue) = 127+188+27=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC1B is #8043E4. Grayscale: #979797. Windows color (decimal): -8405989 or 1817727. OLE color: 1817727.

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

Color convert

RGB 127 188 27 -
CMYK 0.32 0 0.86 0.26
HSL 82.73º 0.75% 0.42% -
HSV(B) 82.73º 0.86% 0.74% -
XYZ 26.93 40.56 7.45 -
YUV 151.41 57.79 110.59 -
System Red Green Blue C M Y K H S L
Decimal 127 188 27 0.32 0 0.86 0.26 82.73 0.75 0.42
Hex 7F BC 1B 20 0 56 1A 53 4B 2A
Octal 177 274 33 40 0 126 32 123 113 52
Binary 1111111 10111100 11011 100000 0 1010110 11010 1010011 1001011 101010

Color Harmonies of #7FBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC1B

Black with #7FBC1B

Text Example


Text Example

White with #7FBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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