#3DBE2E

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

Shades of Lime Green #3DBE2E

Tints of Lime Green #3DBE2E

Color information

#3DBE2E (or 0x3DBE2E) is unknown color: approx Lime Green. HEX triplet: 3D, BE and 2E. RGB value is (61,190,46). Sum of RGB (Red+Green+Blue) = 61+190+46=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE2E is #C241D1. Grayscale: #878787. Windows color (decimal): -12730834 or 3063357. OLE color: 3063357.

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

Color convert

RGB6119046-
CMYK0.6800.760.25
HSL113.75º61.02%46.27%-
HSV(B)113.75º75.79%74.51%-
XYZ20.8338.028.82-
YUV135.0177.7675.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 190 (74.61% from 255) = 63.97%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=20.54%
G=63.97%
B=15.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61190460.6800.760.25113.7561.0246.27
Hex3DBE2E4404C19723d2e
Octal75276561040114311627556
Binary11110110111110101110100010001001100110011110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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