#3BCE25

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

Shades of Lime Green #3BCE25

Tints of Lime Green #3BCE25

Color information

#3BCE25 (or 0x3BCE25) is unknown color: approx Lime Green. HEX triplet: 3B, CE and 25. RGB value is (59,206,37). Sum of RGB (Red+Green+Blue) = 59+206+37=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 206 (80.86% from 255 or 68.21% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE25 is #C431DA. Grayscale: #8F8F8F. Windows color (decimal): -12857819 or 2477627. OLE color: 2477627.

HSL color Cylindrical-coordinate representation of color #3BCE25: hue angle of 112.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BCE25 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB5920637-
CMYK0.7100.820.19
HSL112.19º69.55%47.65%-
HSV(B)112.19º82.04%80.78%-
XYZ24.2145.219.2-
YUV142.7868.368.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 206 (80.86% from 255) = 68.21%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=19.54%
G=68.21%
B=12.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59206370.7100.820.19112.1969.5547.65
Hex3BCE254705213704630
Octal733164510701222316010660
Binary111011110011101001011000111010100101001111100001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,206,37); }

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

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

 a { background-color: rgb(59,206,37); }

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

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

 span { border-color: rgb(59,206,37); }

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