#7BC71C

Color #7BC71C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BC71C

Tints of Lima #7BC71C

Color information

#7BC71C (or 0x7BC71C) is unknown color: approx Lima. HEX triplet: 7B, C7 and 1C. RGB value is (123,199,28). Sum of RGB (Red+Green+Blue) = 123+199+28=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC71C is #8438E3. Grayscale: #9D9D9D. Windows color (decimal): -8665316 or 1886075. OLE color: 1886075.

HSL color Cylindrical-coordinate representation of color #7BC71C: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BC71C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB12319928-
CMYK0.3800.860.22
HSL86.67º75.33%44.51%-
HSV(B)86.67º85.93%78.04%-
XYZ28.845.148.29-
YUV156.7855.32103.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 199 (78.12% from 255) = 56.86%
BLUE value IS 28 (11.33% from 255) = 8%
R=35.14%
G=56.86%
B=8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal123199280.3800.860.2286.6775.3344.51
Hex7BC71C2605616574b2d
Octal173307344601262612711355
Binary11110111100011111100100110010101101011010101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,199,28); }

 H1.HeaderClassName
 {
   color: #7BC71C;
 }
 .AnyTagClassName
 {
   color: #7BC71C;
 }
</style>
background-color css

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

 a { background-color: rgb(123,199,28); }

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

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

 span { border-color: rgb(123,199,28); }

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