#3DBF32

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

Shades of Lime Green #3DBF32

Tints of Lime Green #3DBF32

Color information

#3DBF32 (or 0x3DBF32) is unknown color: approx Lime Green. HEX triplet: 3D, BF and 32. RGB value is (61,191,50). Sum of RGB (Red+Green+Blue) = 61+191+50=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF32 is #C240CD. Grayscale: #888888. Windows color (decimal): -12730574 or 3325757. OLE color: 3325757.

HSL color Cylindrical-coordinate representation of color #3DBF32: hue angle of 115.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBF32 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB6119150-
CMYK0.6800.740.25
HSL115.32º58.51%47.25%-
HSV(B)115.32º73.82%74.9%-
XYZ21.1338.489.33-
YUV136.0679.4374.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=20.20%
G=63.25%
B=16.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61191500.6800.740.25115.3258.5147.25
Hex3DBF324404A19733b2f
Octal75277621040112311637357
Binary11110110111111110010100010001001010110011110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,191,50); }

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

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

 a { background-color: rgb(61,191,50); }

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

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

 span { border-color: rgb(61,191,50); }

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