#3BD253

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

Shades of Lime Green #3BD253

Tints of Lime Green #3BD253

Color information

#3BD253 (or 0x3BD253) is unknown color: approx Lime Green. HEX triplet: 3B, D2 and 53. RGB value is (59,210,83). Sum of RGB (Red+Green+Blue) = 59+210+83=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD253 is #C42DAC. Grayscale: #969696. Windows color (decimal): -12856749 or 5493307. OLE color: 5493307.

HSL color Cylindrical-coordinate representation of color #3BD253: hue angle of 129.54º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD253 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB5921083-
CMYK0.7200.600.18
HSL129.54º62.66%52.75%-
HSV(B)129.54º71.9%82.35%-
XYZ26.4147.6515.99-
YUV150.3789.9762.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.76%
GREEN value IS 210 (82.42% from 255) = 59.66%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=16.76%
G=59.66%
B=23.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59210830.7200.600.18129.5462.6652.75
Hex3BD2534803C12823f35
Octal73322123110074222027765
Binary111011110100101010011100100001111001001010000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,210,83); }

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

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

 a { background-color: rgb(59,210,83); }

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

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

 span { border-color: rgb(59,210,83); }

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