#3bd227

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

Shades of Lime Green #3BD227

Tints of Lime Green #3BD227

Color information

#3BD227 (or 0x3BD227) is unknown color: approx Lime Green. HEX triplet: 3B, D2 and 27. RGB value is (59,210,39). Sum of RGB (Red+Green+Blue) = 59+210+39=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD227 is #C42DD8. Grayscale: #919191. Windows color (decimal): -12856793 or 2609723. OLE color: 2609723.

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

Color convert

RGB5921039-
CMYK0.7200.810.18
HSL112.98º68.67%48.82%-
HSV(B)112.98º81.43%82.35%-
XYZ25.2247.179.7-
YUV145.3667.9766.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 210 (82.42% from 255) = 68.18%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=19.16%
G=68.18%
B=12.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59210390.7200.810.18112.9868.6748.82
Hex3BD2274805112714531
Octal733224711001212216110561
Binary111011110100101001111001000010100011001011100011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bd227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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