#3BD24B

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

Shades of Lime Green #3BD24B

Tints of Lime Green #3BD24B

Color information

#3BD24B (or 0x3BD24B) is unknown color: approx Lime Green. HEX triplet: 3B, D2 and 4B. RGB value is (59,210,75). Sum of RGB (Red+Green+Blue) = 59+210+75=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD24B is #C42DB4. Grayscale: #959595. Windows color (decimal): -12856757 or 4969019. OLE color: 4969019.

HSL color Cylindrical-coordinate representation of color #3BD24B: hue angle of 126.36º 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 #3BD24B is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB5921075-
CMYK0.7200.640.18
HSL126.36º62.66%52.75%-
HSV(B)126.36º71.9%82.35%-
XYZ26.1247.5314.45-
YUV149.4685.9763.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 210 (82.42% from 255) = 61.05%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=17.15%
G=61.05%
B=21.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59210750.7200.640.18126.3662.6652.75
Hex3BD24B48040127e3f35
Octal733221131100100221767765
Binary111011110100101001011100100001000000100101111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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