#7BBE05

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

Shades of Lima #7BBE05

Tints of Lima #7BBE05

Color information

#7BBE05 (or 0x7BBE05) is unknown color: approx Lima. HEX triplet: 7B, BE and 05. RGB value is (123,190,5). Sum of RGB (Red+Green+Blue) = 123+190+5=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBE05 is #8441FA. Grayscale: #959595. Windows color (decimal): -8667643 or 376443. OLE color: 376443.

HSL color Cylindrical-coordinate representation of color #7BBE05: hue angle of 81.73º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BBE05 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1231905-
CMYK0.3500.970.25
HSL81.73º94.87%38.24%-
HSV(B)81.73º97.37%74.51%-
XYZ26.6141.056.66-
YUV148.8846.8109.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 190 (74.61% from 255) = 59.75%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=38.68%
G=59.75%
B=1.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12319050.3500.970.2581.7394.8738.24
Hex7BBE52306119525f26
Octal17327654301413112213746
Binary111101110111110101100011011000011100110100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,5); }

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

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

 a { background-color: rgb(123,190,5); }

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

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

 span { border-color: rgb(123,190,5); }

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