#7bbf21

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

Shades of Lima #7BBF21

Tints of Lima #7BBF21

Color information

#7BBF21 (or 0x7BBF21) is unknown color: approx Lima. HEX triplet: 7B, BF and 21. RGB value is (123,191,33). Sum of RGB (Red+Green+Blue) = 123+191+33=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBF21 is #8440DE. Grayscale: #999999. Windows color (decimal): -8667359 or 2211707. OLE color: 2211707.

HSL color Cylindrical-coordinate representation of color #7BBF21: hue angle of 85.82º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BBF21 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB12319133-
CMYK0.3600.830.25
HSL85.82º70.54%43.92%-
HSV(B)85.82º82.72%74.9%-
XYZ27.0741.588.04-
YUV152.6660.47106.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=35.45%
G=55.04%
B=9.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123191330.3600.830.2585.8270.5443.92
Hex7BBF21240531956472c
Octal173277414401233112610754
Binary111101110111111100001100100010100111100110101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bbf21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,191,33); }

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

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

 a { background-color: rgb(123,191,33); }

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

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

 span { border-color: rgb(123,191,33); }

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