#3DD233

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

Shades of Lime Green #3DD233

Tints of Lime Green #3DD233

Color information

#3DD233 (or 0x3DD233) is unknown color: approx Lime Green. HEX triplet: 3D, D2 and 33. RGB value is (61,210,51). Sum of RGB (Red+Green+Blue) = 61+210+51=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD233 is #C22DCC. Grayscale: #939393. Windows color (decimal): -12725709 or 3396157. OLE color: 3396157.

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

Color convert

RGB6121051-
CMYK0.7100.760.18
HSL116.23º63.86%51.18%-
HSV(B)116.23º75.71%82.35%-
XYZ25.5747.3210.92-
YUV147.3273.6466.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 210 (82.42% from 255) = 65.22%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=18.94%
G=65.22%
B=15.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61210510.7100.760.18116.2363.8651.18
Hex3DD2334704C12744033
Octal753226310701142216410063
Binary111101110100101100111000111010011001001011101001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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