#3DB83B

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

Shades of Lime Green #3DB83B

Tints of Lime Green #3DB83B

Color information

#3DB83B (or 0x3DB83B) is unknown color: approx Lime Green. HEX triplet: 3D, B8 and 3B. RGB value is (61,184,59). Sum of RGB (Red+Green+Blue) = 61+184+59=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB83B is #C247C4. Grayscale: #858585. Windows color (decimal): -12732357 or 3913789. OLE color: 3913789.

HSL color Cylindrical-coordinate representation of color #3DB83B: hue angle of 119.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB83B is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB6118459-
CMYK0.6700.680.28
HSL119.04º51.44%47.65%-
HSV(B)119.04º67.93%72.16%-
XYZ19.8535.599.96-
YUV132.9786.2576.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 184 (72.27% from 255) = 60.53%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=20.07%
G=60.53%
B=19.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61184590.6700.680.28119.0451.4447.65
Hex3DB83B430441C773330
Octal75270731030104341676360
Binary11110110111000111011100001101000100111001110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,184,59); }

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

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

 a { background-color: rgb(61,184,59); }

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

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

 span { border-color: rgb(61,184,59); }

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