#3DBD30

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

Shades of Lime Green #3DBD30

Tints of Lime Green #3DBD30

Color information

#3DBD30 (or 0x3DBD30) is unknown color: approx Lime Green. HEX triplet: 3D, BD and 30. RGB value is (61,189,48). Sum of RGB (Red+Green+Blue) = 61+189+48=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD30 is #C242CF. Grayscale: #878787. Windows color (decimal): -12731088 or 3194173. OLE color: 3194173.

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

Color convert

RGB6118948-
CMYK0.6800.750.26
HSL114.47º59.49%46.47%-
HSV(B)114.47º74.6%74.12%-
XYZ20.6637.68.97-
YUV134.6579.0975.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 189 (74.22% from 255) = 63.42%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=20.47%
G=63.42%
B=16.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61189480.6800.750.26114.4759.4946.47
Hex3DBD304404B1A723b2e
Octal75275601040113321627356
Binary11110110111101110000100010001001011110101110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,189,48); }

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

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

 a { background-color: rgb(61,189,48); }

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

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

 span { border-color: rgb(61,189,48); }

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