#3DD838

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

Shades of Lime Green #3DD838

Tints of Lime Green #3DD838

Color information

#3DD838 (or 0x3DD838) is unknown color: approx Lime Green. HEX triplet: 3D, D8 and 38. RGB value is (61,216,56). Sum of RGB (Red+Green+Blue) = 61+216+56=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD838 is #C227C7. Grayscale: #979797. Windows color (decimal): -12724168 or 3725373. OLE color: 3725373.

HSL color Cylindrical-coordinate representation of color #3DD838: hue angle of 118.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DD838 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB6121656-
CMYK0.7200.740.15
HSL118.12º67.23%53.33%-
HSV(B)118.12º74.07%84.71%-
XYZ27.1950.3912.03-
YUV151.4174.1563.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 216 (84.77% from 255) = 64.86%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=18.32%
G=64.86%
B=16.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61216560.7200.740.15118.1267.2353.33
Hex3DD8384804AF764335
Octal753307011001121716610365
Binary11110111011000111000100100001001010111111101101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,216,56); }

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

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

 a { background-color: rgb(61,216,56); }

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

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

 span { border-color: rgb(61,216,56); }

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