#3DB234

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

Shades of Lime Green #3DB234

Tints of Lime Green #3DB234

Color information

#3DB234 (or 0x3DB234) is unknown color: approx Lime Green. HEX triplet: 3D, B2 and 34. RGB value is (61,178,52). Sum of RGB (Red+Green+Blue) = 61+178+52=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB234 is #C24DCB. Grayscale: #818181. Windows color (decimal): -12733900 or 3453501. OLE color: 3453501.

HSL color Cylindrical-coordinate representation of color #3DB234: hue angle of 115.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB234 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB6117852-
CMYK0.6600.710.30
HSL115.71º54.78%45.1%-
HSV(B)115.71º70.79%69.8%-
XYZ18.4633.088.66-
YUV128.6584.7479.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 178 (69.92% from 255) = 61.17%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=20.96%
G=61.17%
B=17.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61178520.6600.710.30115.7154.7845.1
Hex3DB234420471E74372d
Octal75262641020107361646755
Binary11110110110010110100100001001000111111101110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,178,52); }

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

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

 a { background-color: rgb(61,178,52); }

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

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

 span { border-color: rgb(61,178,52); }

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