Html Css Color HEX #7FBC1C Lima

📋 copy color: '#7FBC1C'

red 127 ◦ green 188 ◦ blue 28

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

Shades of Lima #7FBC1C

Tints of Lima #7FBC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 37.03%
G = 54.81%
B = 8.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#7FBC1C (or 0x7FBC1C) is known color: Lima. HEX triplet: 7F, BC and 1C. RGB value is (127,188,28). Sum of RGB (Red+Green+Blue) = 127+188+28=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC1C is #8043E3. Grayscale: #989898. Windows color (decimal): -8405988 or 1883263. OLE color: 1883263.

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

Color convert

RGB 127 188 28 -
CMYK 0.32 0 0.85 0.26
HSL 82.88º 0.74% 0.42% -
HSV(B) 82.88º 0.85% 0.74% -
XYZ 26.95 40.56 7.51 -
YUV 151.52 58.29 110.51 -
System Red Green Blue C M Y K H S L
Decimal 127 188 28 0.32 0 0.85 0.26 82.88 0.74 0.42
Hex 7F BC 1C 20 0 55 1A 53 4A 2A
Octal 177 274 34 40 0 125 32 123 112 52
Binary 1111111 10111100 11100 100000 0 1010101 11010 1010011 1001010 101010

Color Harmonies of #7FBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC1C

Black with #7FBC1C

Text Example


Text Example

White with #7FBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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