#3DBE34

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

Shades of Lime Green #3DBE34

Tints of Lime Green #3DBE34

Color information

#3DBE34 (or 0x3DBE34) is unknown color: approx Lime Green. HEX triplet: 3D, BE and 34. RGB value is (61,190,52). Sum of RGB (Red+Green+Blue) = 61+190+52=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE34 is #C241CB. Grayscale: #888888. Windows color (decimal): -12730828 or 3456573. OLE color: 3456573.

HSL color Cylindrical-coordinate representation of color #3DBE34: hue angle of 116.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBE34 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB6119052-
CMYK0.6800.730.25
HSL116.09º57.02%47.45%-
HSV(B)116.09º72.63%74.51%-
XYZ20.9638.079.49-
YUV135.780.7674.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 190 (74.61% from 255) = 62.71%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=20.13%
G=62.71%
B=17.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61190520.6800.730.25116.0957.0247.45
Hex3DBE34440491974392f
Octal75276641040111311647157
Binary11110110111110110100100010001001001110011110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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