#7bc830

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

Shades of Lima #7BC830

Tints of Lima #7BC830

Color information

#7BC830 (or 0x7BC830) is unknown color: approx Lima. HEX triplet: 7B, C8 and 30. RGB value is (123,200,48). Sum of RGB (Red+Green+Blue) = 123+200+48=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC830 is #8437CF. Grayscale: #A0A0A0. Windows color (decimal): -8665040 or 3197051. OLE color: 3197051.

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

Color convert

RGB12320048-
CMYK0.3800.760.22
HSL90.39º61.29%48.63%-
HSV(B)90.39º76%78.43%-
XYZ29.3645.7310.08-
YUV159.6564.99101.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 200 (78.52% from 255) = 53.91%
BLUE value IS 48 (19.14% from 255) = 12.94%
R=33.15%
G=53.91%
B=12.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal123200480.3800.760.2290.3961.2948.63
Hex7BC8302604C165a3d31
Octal17331060460114261327561
Binary11110111100100011000010011001001100101101011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bc830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,48); }

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

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

 a { background-color: rgb(123,200,48); }

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

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

 span { border-color: rgb(123,200,48); }

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