#3BC026

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

Shades of Lime Green #3BC026

Tints of Lime Green #3BC026

Color information

#3BC026 (or 0x3BC026) is unknown color: approx Lime Green. HEX triplet: 3B, C0 and 26. RGB value is (59,192,38). Sum of RGB (Red+Green+Blue) = 59+192+38=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC026 is #C43FD9. Grayscale: #878787. Windows color (decimal): -12861402 or 2539579. OLE color: 2539579.

HSL color Cylindrical-coordinate representation of color #3BC026: hue angle of 111.82º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BC026 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB5919238-
CMYK0.6900.800.25
HSL111.82º66.96%45.1%-
HSV(B)111.82º80.21%75.29%-
XYZ2138.778.21-
YUV134.6873.4474.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 192 (75.39% from 255) = 66.44%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=20.42%
G=66.44%
B=13.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59192380.6900.800.25111.8266.9645.1
Hex3BC026450501970432d
Octal733004610501203116010355
Binary111011110000001001101000101010100001100111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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