#3BD326

Color #3BD326 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3BD326

Tints of Lime Green #3BD326

Color information

#3BD326 (or 0x3BD326) is unknown color: approx Lime Green. HEX triplet: 3B, D3 and 26. RGB value is (59,211,38). Sum of RGB (Red+Green+Blue) = 59+211+38=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD326 is #C42CD9. Grayscale: #929292. Windows color (decimal): -12856538 or 2544443. OLE color: 2544443.

HSL color Cylindrical-coordinate representation of color #3BD326: hue angle of 112.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BD326 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB5921138-
CMYK0.7200.820.17
HSL112.72º69.48%48.82%-
HSV(B)112.72º81.99%82.75%-
XYZ25.4547.669.69-
YUV145.8367.1466.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 211 (82.81% from 255) = 68.51%
BLUE value IS 38 (15.23% from 255) = 12.34%
R=19.16%
G=68.51%
B=12.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59211380.7200.820.17112.7269.4848.82
Hex3BD3264805211714531
Octal733234611001222116110561
Binary111011110100111001101001000010100101000111100011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BD326; }

 p { color: rgb(59,211,38); }

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

<style>
 a { background-color: #3BD326; }

 a { background-color: rgb(59,211,38); }

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

<style>
 span { border-color: #3BD326; }

 span { border-color: rgb(59,211,38); }

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