#3DD248

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

Shades of Lime Green #3DD248

Tints of Lime Green #3DD248

Color information

#3DD248 (or 0x3DD248) is unknown color: approx Lime Green. HEX triplet: 3D, D2 and 48. RGB value is (61,210,72). Sum of RGB (Red+Green+Blue) = 61+210+72=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD248 is #C22DB7. Grayscale: #969696. Windows color (decimal): -12725688 or 4772413. OLE color: 4772413.

HSL color Cylindrical-coordinate representation of color #3DD248: hue angle of 124.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD248 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB6121072-
CMYK0.7100.660.18
HSL124.43º62.34%53.14%-
HSV(B)124.43º70.95%82.35%-
XYZ26.1447.5513.93-
YUV149.7284.1464.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 210 (82.42% from 255) = 61.22%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=17.78%
G=61.22%
B=20.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61210720.7100.660.18124.4362.3453.14
Hex3DD24847042127c3e35
Octal753221101070102221747665
Binary111101110100101001000100011101000010100101111100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,72); }

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

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

 a { background-color: rgb(61,210,72); }

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

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

 span { border-color: rgb(61,210,72); }

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